<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: Widget Logic] Widget-logic problem with is_home() and blog versus static page</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: Widget Logic] Widget-logic problem with is_home() and blog versus static page</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 03:15:15 +0000</pubDate>

<item>
<title>slongley013 on "[Plugin: Widget Logic] Widget-logic problem with is_home() and blog versus static page"</title>
<link>http://wordpress.org/support/topic/263767#post-1060173</link>
<pubDate>Wed, 29 Apr 2009 18:54:47 +0000</pubDate>
<dc:creator>slongley013</dc:creator>
<guid isPermaLink="false">1060173@http://wordpress.org/support/</guid>
<description>&#60;p&#62;alanft, yes, it works on the default theme. so, i guess it must be something to do with thematic. i have made a post to the thematic forums, so, hopefully somewhere there can help as well.
&#60;/p&#62;</description>
</item>
<item>
<title>alanft on "[Plugin: Widget Logic] Widget-logic problem with is_home() and blog versus static page"</title>
<link>http://wordpress.org/support/topic/263767#post-1058797</link>
<pubDate>Tue, 28 Apr 2009 11:20:28 +0000</pubDate>
<dc:creator>alanft</dc:creator>
<guid isPermaLink="false">1058797@http://wordpress.org/support/</guid>
<description>&#60;p&#62;and does the widget logic work on the standard theme ok?
&#60;/p&#62;</description>
</item>
<item>
<title>slongley013 on "[Plugin: Widget Logic] Widget-logic problem with is_home() and blog versus static page"</title>
<link>http://wordpress.org/support/topic/263767#post-1055816</link>
<pubDate>Fri, 24 Apr 2009 23:39:59 +0000</pubDate>
<dc:creator>slongley013</dc:creator>
<guid isPermaLink="false">1055816@http://wordpress.org/support/</guid>
<description>&#60;p&#62;no such luck on trying out a different sidebar. same result. =(
&#60;/p&#62;</description>
</item>
<item>
<title>alanft on "[Plugin: Widget Logic] Widget-logic problem with is_home() and blog versus static page"</title>
<link>http://wordpress.org/support/topic/263767#post-1053050</link>
<pubDate>Wed, 22 Apr 2009 14:04:12 +0000</pubDate>
<dc:creator>alanft</dc:creator>
<guid isPermaLink="false">1053050@http://wordpress.org/support/</guid>
<description>&#60;p&#62;thematic seems to have lots of sidebars. is this true of widgets in all the sidebars?
&#60;/p&#62;</description>
</item>
<item>
<title>slongley013 on "[Plugin: Widget Logic] Widget-logic problem with is_home() and blog versus static page"</title>
<link>http://wordpress.org/support/topic/263767#post-1051531</link>
<pubDate>Mon, 20 Apr 2009 23:07:59 +0000</pubDate>
<dc:creator>slongley013</dc:creator>
<guid isPermaLink="false">1051531@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Multitalentedmommy, I did tag this post with thematic, so, hopefully it will generate some views. But, I will also try the thematic site as well. &#60;/p&#62;
&#60;p&#62;Esmi, I've tried that. Puts it on the actual static front page, as expected. Does not but it on the blog page. Thanks for the thought though!
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "[Plugin: Widget Logic] Widget-logic problem with is_home() and blog versus static page"</title>
<link>http://wordpress.org/support/topic/263767#post-1051365</link>
<pubDate>Mon, 20 Apr 2009 21:06:04 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1051365@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Try replacing &#60;code&#62;is_home()&#60;/code&#62; with &#60;code&#62;is_front_page()&#60;/code&#62;?
&#60;/p&#62;</description>
</item>
<item>
<title>multitalentedmommy on "[Plugin: Widget Logic] Widget-logic problem with is_home() and blog versus static page"</title>
<link>http://wordpress.org/support/topic/263767#post-1051364</link>
<pubDate>Mon, 20 Apr 2009 21:05:42 +0000</pubDate>
<dc:creator>multitalentedmommy</dc:creator>
<guid isPermaLink="false">1051364@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You should seek help on the thematic support forums&#60;/p&#62;
&#60;p&#62;personally, i'm not sure the difference between is-home and is front page functions.
&#60;/p&#62;</description>
</item>
<item>
<title>slongley013 on "[Plugin: Widget Logic] Widget-logic problem with is_home() and blog versus static page"</title>
<link>http://wordpress.org/support/topic/263767#post-1051322</link>
<pubDate>Mon, 20 Apr 2009 20:41:16 +0000</pubDate>
<dc:creator>slongley013</dc:creator>
<guid isPermaLink="false">1051322@http://wordpress.org/support/</guid>
<description>&#60;p&#62;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!&#60;/p&#62;
&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;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. &#60;/p&#62;
&#60;p&#62;This is what I put on my categories widget:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;is_single() &#124;&#124; is_home() &#124;&#124; is_archive() &#124;&#124; is_category()&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;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. &#60;/p&#62;
&#60;p&#62;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.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
