Advertisement
Guest User

Untitled

a guest
Mar 8th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php function is_blog () {
  2. global $post;
  3. $posttype = get_post_type($post );
  4. return ( ((is_archive()) || (is_author()) || (is_category()) || (is_home()) || (is_single()) || (is_tag())) && ( $posttype == 'post') ) ? true : false ;
  5. }?>
  6. <?php if (is_blog()) { echo '<img class="main-img" src="http://webhosting4uk.co.uk/indianspiceschool/wp-content/themes/indianspiceschool/images/about.jpg" width="980" height="260" />'; } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement