Hi,
I noticed a problem as described in the subject line here. When you exclude categories from the blog page it also excludes the posts in those categories from the tag pages.
Do you know of a fix for this?
Many thanks,
~ Paul
(3 posts)
(2 voices)
Hi,
I noticed a problem as described in the subject line here. When you exclude categories from the blog page it also excludes the posts in those categories from the tag pages.
Do you know of a fix for this?
Many thanks,
~ Paul
Hello advancetogo,
Open up /wp-content/themes/infocus/archive.php and on line 99 you should see this,
query_posts($query_string . '&cat='.$exclude_blog_cats); ?>
Go ahead and change it like this,
query_posts($query_string); ?>
This will stop your posts from being excluded on the archive page which is used for categories, tags, dates, authors, etc etc.
Thanks for your fast reply Elliott - that worked perfectly! :-)
~ Paul
You must log in to post.