Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- while (have_posts()) { the_post(); $count++;
- if (get_option('woo_woo_tumblog_switch') == 'true') { $is_tumblog = woo_tumblog_test(); } else { $is_tumblog = false; }
- woo_get_template_part( 'content', get_post_type() );
- } // End WHILE Loop
- } else {
- get_template_part( 'content', 'noposts' );
- } // End IF Statement
Add Comment
Please, Sign In to add comment