Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <div class="<?php wptouch_post_classes(); ?>">
  2. <div class="post-head-area">
  3. <?php if( !is_front_page() ) : ?>
  4. <h2 class="post-title heading-font"><?php the_title(); ?></h2>
  5. </div>
  6. <?php endif;?>
  7. <?php wptouch_the_content() ; ?>
  8. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement