[Plugin: WP Nivo Slider] Chosen category becomes only posts on blog
-
I am trying to use the Nivo slider plugin on my first Thematic child theme. Have it installed etc. My theme has 2 menus, one at the top above the branding for pages & and one below the branding for categories. I am inserting the slider div into the header like so.
function top_box() { ?>
<?php if ( function_exists(‘show_nivo_slider’) ) { show_nivo_slider(); } ?>
<?php }
add_action(‘thematic_header’,’top_box’,6);I’ve set the slider to load a category called “featured”. The Slider appears, loads the slides fine. The issue is it messes up the posts and nav so ONLY the category “featured” posts show up on the blog in all pages and categories. All other posts disappear.
- The topic ‘[Plugin: WP Nivo Slider] Chosen category becomes only posts on blog’ is closed to new replies.