[Plugin: Widget Logic] Categories Double Parent VS Children Issues
-
Ok…
So I know how to do Widget Logic. No issues there. I know how to make a widget show up specifically for a Page or Category.But… what I can’t seem to grasp is how to make the contents within the widget be specific.
Is this possible?
Such as:
When viewing the Inspiration Category. I have the Inspiration Category Widget Showing up only for Inspiration Category.
But…
Inside the Inspiration Category it shows all categories.
So it should be:
INSPIRATION –> the parent Category
web design –> the childInstead is shows:
INSPIRATION –> the parent Category
web design –> the childNEWS –> another parent Category meant only to be seen on News Cat Page
Code being used as of right now that defines which widget to be seen on that categories page.
News Category Widget
is_category('1') || (is_single() && in_category('1'))
Inspiration Category Widget
is_category('5') || (is_single() && in_category('5'))
- The topic ‘[Plugin: Widget Logic] Categories Double Parent VS Children Issues’ is closed to new replies.