Advertisement
Guest User

Custom Page Title Removal - Simple Theme

a guest
Aug 22nd, 2013
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <div class="<?php wptouch_post_classes(); ?>">
  2. <div class="post-head-area">
  3.  
  4. <!-- TESTING IF THE HOME PAGE IS DISPLAYED -->
  5. <?php if( !is_front_page() ) : ?>
  6. <h2 class="post-title heading-font"><?php the_title(); ?></h2>
  7. </div>
  8. <?php endif;?>
  9. <!-- END HOME PAGE CONDITION TEST -->
  10.  
  11. <?php wptouch_the_content() ; ?>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement