is_tree('78') && is_page('3403')
For a widget I used the above conditional logic. When I use either one condition independently it works fine, however, when the && statement is used, the widget does not show up at all. any ideas?
is_tree('78') && is_page('3403')
For a widget I used the above conditional logic. When I use either one condition independently it works fine, however, when the && statement is used, the widget does not show up at all. any ideas?
Scratch that....I'm an idiot. I need to use the || (or) condition.
You must log in to post.