document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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" />'; } ?>
');