Removing Posts from specific category in 2010 widgets
-
I am using a mod’ed version of 2010 on WP 3.0.1
I would like to exclude all of the posts from cat 4 and 5 from the widgets/sidebars in Twenty Ten, but ideally I’d like to keep the functionality of the sidebars intact (eg Drag and Drop placement etc – no static sidebars).I have successfully removed all posts (from cat 4&5) from the ‘blog’ page and ‘archives’ page by using
query_posts("cat=-4, -5");Now I need to include something similar into:
Recent Posts – Widget
Archives – Widget -> Need correct count assoiciated with this
Categories – Widget
Recent Posts – Footer WidgetUnfortunately I don’t really know where to look for the code that populates these things. Any help would be greatly appreciated.
The topic ‘Removing Posts from specific category in 2010 widgets’ is closed to new replies.