Hello,
The code below for home and other pages no longer work:
is_home() and is_page(array('sponsors','program'))
tried this also:
is_home() && is_page(array('sponsors','program'))
Any suggestions?
Thank you.
Hello,
The code below for home and other pages no longer work:
is_home() and is_page(array('sponsors','program'))
tried this also:
is_home() && is_page(array('sponsors','program'))
Any suggestions?
Thank you.
I'm having the same problem Ive tried all of these, no joy:
`!is_page(array(2356,1123,121,117,34,1164,1026,1119,2322)) || !is_single()
(!is_tree(array(2356,1123,121,117,34,1164,1026,1119,2322)) || !is_single())
global $post; return (!is_tree(array(2356,1123,121,117,34,1164,1026,1119,2322)) || !is_single());
I replaced Widget Logic with Dynamic Widgets by Qurl. Great plugin + support.
You must log in to post.