is there a 'in category but not archive of category' conditional?
-
wondering if there is a solution to display widgets in a category eg:
in_category('5')
but not on the archive page for that category, with something like:
in_category('5') || !is_archive()
or
in_category('5') || !is_category('category_name')
thanks!
- The topic ‘is there a 'in category but not archive of category' conditional?’ is closed to new replies.