Replies: 0
Hi,
Can anyone tell me the wordpress conditional tag for displaying widgets based on Primary Category.
The Codex page for conditionals shows two options:
is_category( ‘9’ )
in_category( ‘9’ )
Problems arise when a post is saved to multiple categories, yet I want to display a widget only on pages where a category is the primary category.
Thanks