Guest User

Untitled

a guest
Jan 12th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?php
  2.     while (have_posts()) { the_post(); $count++;
  3.    
  4.         if (get_option('woo_woo_tumblog_switch') == 'true') { $is_tumblog = woo_tumblog_test(); } else { $is_tumblog = false; }
  5.  
  6.         woo_get_template_part( 'content', get_post_type() );
  7.  
  8.     } // End WHILE Loop
  9. } else {
  10.     get_template_part( 'content', 'noposts' );
  11. } // End IF Statement
Add Comment
Please, Sign In to add comment