Advertisement
cemil2006

Untitled

Apr 16th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.18 KB | None | 0 0
  1. <?php get_header();?>
  2. <div id="main-content" class="rounded">
  3. <div id="playingnow"></div>
  4.     <?php
  5.     if(is_home()&& get_query_var('paged') == 0){imagescrollerfx_echo_embed_code();query_posts('offset=3');}$i=0;
  6.     if (have_posts()) :
  7.     while (have_posts()) : the_post();
  8.     //while($i<18):
  9.     $i++;if($i==2||$i==9||$i==18):?>
  10.     <div class="ads336" align="center"><div class="rounded" style="box-shadow:0 0 20px lightblue;width:336px;padding:5px">
  11.     <?php if (get_theme_option('336')) {echo get_theme_option('336');}else{echo '<img src="http://images.fachrul.com/upload/images/VL64.jpg"/>';} ?>
  12.     </div>.:Advertisement:.</div>
  13.     <? endif;?>
  14.  
  15.     <?php include('post.php') ; ?>
  16.        
  17.             <?php if(function_exists('wp_pagenavi')) { ?><?php wp_pagenavi(); ?>
  18.             <?php } else { ?>
  19.             <div class="left"><?php next_posts_link('&laquo; Older Entries') ?></div>
  20.             <div class="right"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
  21.             <?php } ?>
  22.        
  23.         <?php else : ?>
  24.        
  25.             <?php if(is_search()) : ?>
  26.                 <h4>No search results found, try searching again</h4>
  27.             <?php else : ?>
  28.                 <h4>No Content Yet</h4>
  29.             <?php endif; ?>
  30.            
  31.         <?php endif; wp_reset_query(); ?>
  32.  
  33. </div>
  34. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement