1 post per category on homepage and counting those posts
Well after a good bit of searching I seem to have this working, I hope this helps someone. <div class=”col1″> <?php if (get_option(‘woo_show_carousel’) == ‘true’ AND !is_paged()) { include (TEMPLATEPATH . “/includes/featured.php”);} ?> <?php if (is_paged()) $is_paged = true; if (get_option(‘woo_slider_exclude’) == “true”) $shownslides = get_option(‘woo_shown_slides’); if(empty($showslides) || get_option(‘woo_show_carousel’) == ‘false’){ $showslides = array(); } … Read more