<?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: Individual Design for any Page</title>
	<atom:link href="http://wpengineer.com/2043/individual-design-for-any-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/2043/individual-design-for-any-page/</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: Aj</title>
		<link>http://wpengineer.com/2043/individual-design-for-any-page/#comment-4703</link>
		<dc:creator>Aj</dc:creator>
		<pubDate>Mon, 26 Jul 2010 21:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2043#comment-4703</guid>
		<description>This is cool stuff. I have just started using the body tag and its useless are endless. Will definitely be adding some cool customizations into my next free theme - thanks for the info.</description>
		<content:encoded><![CDATA[<p>This is cool stuff. I have just started using the body tag and its useless are endless. Will definitely be adding some cool customizations into my next free theme - thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash Blue</title>
		<link>http://wpengineer.com/2043/individual-design-for-any-page/#comment-4702</link>
		<dc:creator>Ash Blue</dc:creator>
		<pubDate>Mon, 26 Jul 2010 20:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2043#comment-4702</guid>
		<description>Not a bad tutorial, I used to target a lot of pages in this manner. But I&#039;ve found that its a better idea to target pages based upon the page template or other variables. You can easily load specific CSS or JS by using the conditional statements like the one below.

&lt;code&gt;
if is_page_template(&#039;template name here&#039;) {
// Your code here
} 
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Not a bad tutorial, I used to target a lot of pages in this manner. But I've found that its a better idea to target pages based upon the page template or other variables. You can easily load specific CSS or JS by using the conditional statements like the one below.</p>
<p><code><br />
if is_page_template('template name here') {<br />
// Your code here<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Freeman</title>
		<link>http://wpengineer.com/2043/individual-design-for-any-page/#comment-4691</link>
		<dc:creator>Greg Freeman</dc:creator>
		<pubDate>Thu, 22 Jul 2010 03:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2043#comment-4691</guid>
		<description>This is a great feature of wordpress that I use a lot, being able to customize pages, posts, categories is really easy thanks to all the css classes attached everywhere.</description>
		<content:encoded><![CDATA[<p>This is a great feature of wordpress that I use a lot, being able to customize pages, posts, categories is really easy thanks to all the css classes attached everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://wpengineer.com/2043/individual-design-for-any-page/#comment-4680</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Tue, 20 Jul 2010 16:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2043#comment-4680</guid>
		<description>Using the body classes provides a lot of options for styling.  I use the Thematic body class code a lot in projects, which include body classes for browsers, date, and a lot more: http://wptheming.com/2009/12/dynamic-body-classes-wordpress-styling/</description>
		<content:encoded><![CDATA[<p>Using the body classes provides a lot of options for styling.  I use the Thematic body class code a lot in projects, which include body classes for browsers, date, and a lot more: <a href="http://wptheming.com/2009/12/dynamic-body-classes-wordpress-styling/" rel="nofollow">http://wptheming.com/2009/12/dynamic-body-classes-wordpress-styling/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

