SHOW:
|
|
- or go back to the newest paste.
| 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> |