<?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 2.8 body_class, automatic_feed_links</title>
	<atom:link href="http://wpengineer.com/816/wordpress-28-body_class-automatic_feed_links/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/816/wordpress-28-body_class-automatic_feed_links/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to Style Individual Wordpress Posts in Seconds</title>
		<link>http://wpengineer.com/816/wordpress-28-body_class-automatic_feed_links/#comment-4551</link>
		<dc:creator>How to Style Individual Wordpress Posts in Seconds</dc:creator>
		<pubDate>Tue, 22 Jun 2010 17:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=816#comment-4551</guid>
		<description>[...] 2.8 and the body class function Wordpress 2.8 body_class, automatic_feed_links 9 Ways to Set Dynamic Body IDs via PHP and [...]</description>
		<content:encoded><![CDATA[<p>[...] 2.8 and the body class function WordPress 2.8 body_class, automatic_feed_links 9 Ways to Set Dynamic Body IDs via PHP and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adding Classes to body_class() in WordPress » wpCanyon</title>
		<link>http://wpengineer.com/816/wordpress-28-body_class-automatic_feed_links/#comment-4353</link>
		<dc:creator>Adding Classes to body_class() in WordPress » wpCanyon</dc:creator>
		<pubDate>Thu, 20 May 2010 17:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=816#comment-4353</guid>
		<description>[...] If you want to read more about body_class() you can take a look at this (quite old) post by wpengineer.com [...]</description>
		<content:encoded><![CDATA[<p>[...] If you want to read more about body_class() you can take a look at this (quite old) post by wpengineer.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Osborne Brook</title>
		<link>http://wpengineer.com/816/wordpress-28-body_class-automatic_feed_links/#comment-3001</link>
		<dc:creator>Osborne Brook</dc:creator>
		<pubDate>Tue, 15 Dec 2009 17:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=816#comment-3001</guid>
		<description>This is very useful, makes our blog integrations so much easier. Is there any way to remove any of those &#039;reserved&#039; class names though?

Thanks!</description>
		<content:encoded><![CDATA[<p>This is very useful, makes our blog integrations so much easier. Is there any way to remove any of those 'reserved' class names though?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly</title>
		<link>http://wpengineer.com/816/wordpress-28-body_class-automatic_feed_links/#comment-1822</link>
		<dc:creator>gilly</dc:creator>
		<pubDate>Fri, 02 Oct 2009 23:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=816#comment-1822</guid>
		<description>My site has been compromised and has spam urls inserted into the html on the home page.

I have tried reinstalling, and if I delete the following code from the header theme it just reappears staight back.

Here is the code as it appears before the spam urls in the html


&lt;div style=

here is what i have deleted from the header theme


&lt;body &gt;


Can you please suggest how I solve this as its driving me mad?</description>
		<content:encoded><![CDATA[<p>My site has been compromised and has spam urls inserted into the html on the home page.</p>
<p>I have tried reinstalling, and if I delete the following code from the header theme it just reappears staight back.</p>
<p>Here is the code as it appears before the spam urls in the html</p>
<p>&lt;div style=</p>
<p>here is what i have deleted from the header theme</p>
<p>&lt;body &gt;</p>
<p>Can you please suggest how I solve this as its driving me mad?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://wpengineer.com/816/wordpress-28-body_class-automatic_feed_links/#comment-1590</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 06 Aug 2009 16:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=816#comment-1590</guid>
		<description>Chris, for a page i have the following output from body_class():
&lt;code&gt;
page page-id-18 page-parent page-template page-template-default logged-in
&lt;/code&gt;

So you can use .page-id-18 in your stylesheet.</description>
		<content:encoded><![CDATA[<p>Chris, for a page i have the following output from body_class():<br />
<code><br />
page page-id-18 page-parent page-template page-template-default logged-in<br />
</code></p>
<p>So you can use .page-id-18 in your stylesheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://wpengineer.com/816/wordpress-28-body_class-automatic_feed_links/#comment-1588</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 04 Aug 2009 21:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=816#comment-1588</guid>
		<description>Hi there... I really enjoyed the post and have had fun using the body_class() function--successfully--for the &#039;home&#039;, &#039;single&#039; and &#039;page&#039; classes. However, I&#039;m trying to figure out how to use the function with &quot;specific WP pages&quot; and for some reason I can&#039;t figure it out. In other words, how can I set up a body class that applies only to particular WP page (e.g. page ID 19)? Any help you can offer would be much appreciated. Thanks.

Best, Chris</description>
		<content:encoded><![CDATA[<p>Hi there... I really enjoyed the post and have had fun using the body_class() function--successfully--for the 'home', 'single' and 'page' classes. However, I'm trying to figure out how to use the function with "specific WP pages" and for some reason I can't figure it out. In other words, how can I set up a body class that applies only to particular WP page (e.g. page ID 19)? Any help you can offer would be much appreciated. Thanks.</p>
<p>Best, Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: La funzione body_class() di Wordpress 2.8 - TomStardust.com</title>
		<link>http://wpengineer.com/816/wordpress-28-body_class-automatic_feed_links/#comment-1403</link>
		<dc:creator>La funzione body_class() di Wordpress 2.8 - TomStardust.com</dc:creator>
		<pubDate>Tue, 30 Jun 2009 05:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=816#comment-1403</guid>
		<description>[...] inutilmente appesantito. L&#8217;elenco completo delle classi stampate dalla nuova funzione è in questo post di [...]</description>
		<content:encoded><![CDATA[<p>[...] inutilmente appesantito. L&#8217;elenco completo delle classi stampate dalla nuova funzione è in questo post di [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Hunt</title>
		<link>http://wpengineer.com/816/wordpress-28-body_class-automatic_feed_links/#comment-1373</link>
		<dc:creator>Matthew Hunt</dc:creator>
		<pubDate>Thu, 25 Jun 2009 00:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=816#comment-1373</guid>
		<description>Drupal has been using this feature  for a long time..I am going take a guess here that wordpress got the idea from Drupal.</description>
		<content:encoded><![CDATA[<p>Drupal has been using this feature  for a long time..I am going take a guess here that wordpress got the idea from Drupal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neue Funktion body_class() in WordPress 2.8 &#124; webdemar.com</title>
		<link>http://wpengineer.com/816/wordpress-28-body_class-automatic_feed_links/#comment-1365</link>
		<dc:creator>Neue Funktion body_class() in WordPress 2.8 &#124; webdemar.com</dc:creator>
		<pubDate>Tue, 23 Jun 2009 07:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=816#comment-1365</guid>
		<description>[...] komplette Liste der m&#246;glichen Klassen hat das Team von WP Engineer [...]</description>
		<content:encoded><![CDATA[<p>[...] komplette Liste der m&#246;glichen Klassen hat das Team von WP Engineer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goedkope</title>
		<link>http://wpengineer.com/816/wordpress-28-body_class-automatic_feed_links/#comment-1323</link>
		<dc:creator>Goedkope</dc:creator>
		<pubDate>Wed, 17 Jun 2009 22:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=816#comment-1323</guid>
		<description>Nice … this will open up the ability to change the look of nearly everything with CSS only.</description>
		<content:encoded><![CDATA[<p>Nice … this will open up the ability to change the look of nearly everything with CSS only.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

