/ Published in: PHP
Expand |
Embed | Plain Text
<?php if(has_post_thumbnail()) : echo '<h1 class="entry-title-image">'; echo '</h1>'; echo '<h1 class="entry-title-image-text">'; echo '</h1>'; else : echo '<h1 class="entry-title">'; echo '</h1>'; ?> <?php endif;?> <?php if ( !is_page( 'replenishmentmgmt' ) && !is_page( 'redistribution-intelligence' )) { echo '<h1 class="entry-title">'; echo '</h1>'; } else { } ?>
Comments
Subscribe to comments
- Posted By: ryanbensonmedia on May 25, 2011
You need to login to post a comment.
