[Plugin: Widget Logic] Multiple conditional tags
-
How do I write two conditional tags? I want the widget to appear on is_home() and is_single().
Tried is_home(); is_single(); but it only appears on is_home =/…
Thank you!
EDIT: fixed
is_single() || is_home()
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Widget Logic] Multiple conditional tags’ is closed to new replies.