[Plugin: Widget Logic] Widget-logic problem with is_home() and blog versus static page
-
I know this has been asked before. I’ve read just about every topic thoroughly to see if maybe I missed something–and maybe I still am!
Like so many people, I have decided to use a static front page which I have called Home (home being the slug as well) and for my Blog, I used blog as the slug.
I know that is_home() is supposed to make sure that a particular widget only shows up on the ‘blog’ or posts page, not on the static specified front page (as I understand it, that would be is_front_page() ). However, is_home() is not making that widget show up on my ‘blog’ page where I have my posts.
This is what I put on my categories widget:
is_single() || is_home() || is_archive() || is_category()
So that it would show up on all the individual posts pages, in the archives pages and on all of the categories pages. All of those codes are working, but not is_home(). I have only one thought as to why that could be.
I am using the thematic wordpress template. I noticed that it is not listed on the supported themes page, so, maybe someone has any insight into whether that could be the issue, and, what could be a work around, if that is the case.
I apologize for the wall of text, but, I prefer to be thorough in explaining my issue. Thank you for any and all insight and help.
- The topic ‘[Plugin: Widget Logic] Widget-logic problem with is_home() and blog versus static page’ is closed to new replies.