i've managed to exclude a category from the main page, but.. i've been trying to exclude a category from Recent Posts located in footer area and still cannot figure it out. i'm not sure what should i target.
would appreciate help!!
i've managed to exclude a category from the main page, but.. i've been trying to exclude a category from Recent Posts located in footer area and still cannot figure it out. i'm not sure what should i target.
would appreciate help!!
If the widget doesn't include any option to exclude categories, try using the Widget Logic plugin.
thanks. i'm not sure if this plugin can resolve the problem.
i'd like one of my categories to be completely removed from the query, because this category include slide posts.
can i still do it using this plugin? what's the code to include then?
That plugin allows the use of Conditional Tags. To exclude a certain category you would use the following code:
! in_category(1) // where the number is the category id
This topic has been closed to new replies.