kerflop
Member
Posted 2 weeks ago #
If I would like to exclude posts from one category showing in the archive list how would I modify the code?
If I would like to exclude all pages from appearing, how would that be achieved?
Thank you!
http://wordpress.org/extend/plugins/clean-archives-reloaded/
Pages are already excluded, are they not?
To exclude a category, you'll need to edit the plugin's source and change the get_posts() call: http://codex.wordpress.org/Template_Tags/get_posts
Making this plugin more flexible is on my todo list. :)