I can’t get the Archive widget to only show on my posts page in twenty eleven when using widget logic plugin.
I’ve checked the page slug which is news but if I put is_page(‘news’) it still appears on every page. If I put is_page(‘about-us’) it only appears correctly on my about us page so the widget does work. I tried !is_page(‘news’) to see if that made a difference but it still appeared on every page. It’s as if the widget logic doesn’t recognise the news slug.
Thanks for any help.