[Plugin: The Events Calendar] Widgic Logic code to not show widget on events screens
-
I have a menu widget on the default sidebar of every page. I use widgic logic to have the widget not show up on pages there are no subpages.
!is_page (array(39, 163, 131,21,25,23,67))
then I noticed the events pages that are showing the full calendar show this widget. So I was trying to find the page id of the pages or use some wp conditional statement to not have this show.
!is_page (array(39, 163, 131,21,25,23,67)) && in_category(“Events”)
Tried several combos but nothing. any help?
https://www.ads-software.com/extend/plugins/the-events-calendar/
- The topic ‘[Plugin: The Events Calendar] Widgic Logic code to not show widget on events screens’ is closed to new replies.