Widget logic ignores blog page
-
I’m not sure when this started, but recently all I get in my blog page sidebar is the “default widget”.
I have several widgets set up with this expression:
is_page(‘blog’)
…in the Widget logic textbox.
In another widget, I have a script that’s supposed to run for these pages:
is_page(array(‘welcome’,’contact’,’blog’,’about’))
The script runs for ‘welcome’, ‘contact’, and ‘about’, but not for ‘blog’. The slug name is ‘blog’ (I checked for proper case), and I even tried using the post number instead of a word. Same result: no widgets show up
If I deactivate Widget logic, all the widgets show up on my blog page. But of course… they also show up EVERYWHERE.
Today I tried designating a different page as my posts page. Then, all the widgets showed up in my blog page. But the posts went to the other page, which now had only the “default widget” in the sidebar.
Can anyone help me fix this problem?
Thanks!
jan Smith
- The topic ‘Widget logic ignores blog page’ is closed to new replies.