<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress challenge: getting class current_page_item to work when home page is not blog</title>
	<atom:link href="http://wpgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Wed, 09 May 2012 06:53:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Modelo virtual de webcam</title>
		<link>http://wpgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-62903</link>
		<dc:creator>Modelo virtual de webcam</dc:creator>
		<pubDate>Wed, 23 Nov 2011 03:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-62903</guid>
		<description>Thanks very much Jamie.
It really looks great.</description>
		<content:encoded><![CDATA[<p>Thanks very much Jamie.<br />
It really looks great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cahap</title>
		<link>http://wpgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-62461</link>
		<dc:creator>cahap</dc:creator>
		<pubDate>Sun, 12 Jun 2011 17:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-62461</guid>
		<description>The second plugin (Logged-in-only) is a bit bugy at the moment (v0.7) so i don’t want to make big publicity for it.</description>
		<content:encoded><![CDATA[<p>The second plugin (Logged-in-only) is a bit bugy at the moment (v0.7) so i don’t want to make big publicity for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flashoerman</title>
		<link>http://wpgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-61688</link>
		<dc:creator>flashoerman</dc:creator>
		<pubDate>Tue, 28 Sep 2010 13:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-61688</guid>
		<description>Thax for advice</description>
		<content:encoded><![CDATA[<p>Thax for advice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jessica</title>
		<link>http://wpgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-60075</link>
		<dc:creator>jessica</dc:creator>
		<pubDate>Tue, 23 Jun 2009 02:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-60075</guid>
		<description>if you are using a separate page for your front page vs your blog page, then:
is_front_page() will return true on your home page
is_home() will return true on your blog page</description>
		<content:encoded><![CDATA[<p>if you are using a separate page for your front page vs your blog page, then:<br />
is_front_page() will return true on your home page<br />
is_home() will return true on your blog page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://wpgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-14859</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 07 Oct 2008 04:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-14859</guid>
		<description>I think there is a conditional tag to do this automatically now. I remember something about it in the 2.5 upgrade, or maybe it was 2.6? I can&#039;t remember the details, but if you look in the codex there should be some information about it there.</description>
		<content:encoded><![CDATA[<p>I think there is a conditional tag to do this automatically now. I remember something about it in the 2.5 upgrade, or maybe it was 2.6? I can&#8217;t remember the details, but if you look in the codex there should be some information about it there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wynny</title>
		<link>http://wpgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-14785</link>
		<dc:creator>wynny</dc:creator>
		<pubDate>Mon, 06 Oct 2008 20:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-14785</guid>
		<description>i had the same problem.
the solution is to delete the home.php file - select your blog page as posts-page in the wp settings.


as frontpage i selected a page called &quot;home&quot; and made a extra template for that page


works fine :)</description>
		<content:encoded><![CDATA[<p>i had the same problem.<br />
the solution is to delete the home.php file &#8211; select your blog page as posts-page in the wp settings.</p>
<p>as frontpage i selected a page called &#8220;home&#8221; and made a extra template for that page</p>
<p>works fine <img src='http://wpgarage.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miriam Schwab</title>
		<link>http://wpgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-737</link>
		<dc:creator>Miriam Schwab</dc:creator>
		<pubDate>Thu, 31 Jan 2008 13:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-737</guid>
		<description>Jamie - looks great. I hope to try it out and see how it works.</description>
		<content:encoded><![CDATA[<p>Jamie &#8211; looks great. I hope to try it out and see how it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://wpgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-736</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Thu, 31 Jan 2008 13:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-736</guid>
		<description>This is one of the reasons I did not use the supploed function wp_list_categories.
as it did not highlight the current page.

My plugin however does &lt;a&gt;Drop Down Menu WordPress plugin&lt;/a&gt;

It auto highlights the current page you are on.


You can arrange the pages and in the navigation menu anyway you want, and have a link to your blog/homepage as well.</description>
		<content:encoded><![CDATA[<p>This is one of the reasons I did not use the supploed function wp_list_categories.<br />
as it did not highlight the current page.</p>
<p>My plugin however does <a>Drop Down Menu WordPress plugin</a></p>
<p>It auto highlights the current page you are on.</p>
<p>You can arrange the pages and in the navigation menu anyway you want, and have a link to your blog/homepage as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://wpgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-734</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 10 Jan 2008 09:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-734</guid>
		<description>The second plugin (Logged-in-only) is a bit bugy at the moment (v0.7) so i don&#039;t want to make big publicity for it.

The plugin Current-Page Bugfix get it&#039;s englisch summary yet. You can promote this one. :) Thank you.</description>
		<content:encoded><![CDATA[<p>The second plugin (Logged-in-only) is a bit bugy at the moment (v0.7) so i don&#8217;t want to make big publicity for it.</p>
<p>The plugin Current-Page Bugfix get it&#8217;s englisch summary yet. You can promote this one. <img src='http://wpgarage.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miriam Schwab</title>
		<link>http://wpgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-733</link>
		<dc:creator>Miriam Schwab</dc:creator>
		<pubDate>Thu, 10 Jan 2008 08:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/wordpress-challenge-getting-class-current_page_item-to-work-when-home-page-is-not-blog/#comment-733</guid>
		<description>Thomas - that&#039;s a great plugin! I hope to test it out soon. Your other plugin &quot;Logged-in Only&quot; looks interesting too. I used Google Translate to figure out what it&#039;s about, but not with much luck. Can you write an English summary of both these plugins and I&#039;ll post about them here on WordPressGarage?</description>
		<content:encoded><![CDATA[<p>Thomas &#8211; that&#8217;s a great plugin! I hope to test it out soon. Your other plugin &quot;Logged-in Only&quot; looks interesting too. I used Google Translate to figure out what it&#8217;s about, but not with much luck. Can you write an English summary of both these plugins and I&#8217;ll post about them here on WordPressGarage?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

