[Plugin: Widget Logic] 2 False Conditional Tags Not Working
-
Hi
I hope someone is able to help me.
I would like one of my widgets Not to display when the user is logged in or when a visitor (logged in or not) visits certain pages.
I tried these tags but with no luck:
(!is_user_logged_in() || !is_page( array( 818, 854, 859, 1724, 1727, 1729 ) ) )also tried:
global $post; return (!is_user_logged_in() || !is_page( array( 818, 854, 859, 1724, 1727, 1729 ) ));I appreciate the help.
Kind regards,
Albert
The topic ‘[Plugin: Widget Logic] 2 False Conditional Tags Not Working’ is closed to new replies.