Atahualpa Incompatible with Widget Logic?
-
I’ve been reading up on Widget Logic, and it sounds like certain themes can cause interference with the logic conditionals used. This seems to be the case with my Atahualpa theme, and I’m wondering how to either fix the theme or find a word-around with Widget Logic.
I’m using !is_home() in a couple of widgets (Recent Posts, and PHP Code) in the Atahualpa-defined right sidebar.
First this caused correct behavior everywhere except pages that are one level deep (in a 3-level page tree). The widgets show up on top-level pages and their grandchildren, but not their children. After I changed to the Default theme and had to switch the logic to !is_front_page(), it worked properly on all pages.
When I then switched back to Atahualpa (and moved the widgets over from the “Sidebar” to Atahualpa’s “Right Sidebar”), the behavior is actually different than it used to be. Now the widgets seem to be appearing on ALL pages, with !is_front_page() or !is_home(), including the home page.
So now the widgets are inexplicably on the second-level pages, but also on the home page … which sort of defeats the purpose.
I’m also using a static page for my home, rather than the WP default. Wondering if that might be throwing a monkeywrench into the works.
Thanks!
- The topic ‘Atahualpa Incompatible with Widget Logic?’ is closed to new replies.