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()
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()
thanks for posting the fix, had the same problem
helped me too!
This topic has been closed to new replies.