<?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: How To: Using Another Stylesheet For Certain Pages</title>
	<atom:link href="http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Sun, 12 Feb 2012 06:35:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mike Carter</title>
		<link>http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-57867</link>
		<dc:creator>Mike Carter</dc:creator>
		<pubDate>Sun, 08 May 2011 17:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-57867</guid>
		<description>Hi Lissa -- if you still need help on this, you can use custom fields. Won&#039;t go into it unless you let me know you haven&#039;t found a solution. Been 2 1/2 years since your post :).

Mike</description>
		<content:encoded><![CDATA[<p>Hi Lissa &#8212; if you still need help on this, you can use custom fields. Won&#8217;t go into it unless you let me know you haven&#8217;t found a solution. Been 2 1/2 years since your post <img src='http://wphacks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel Lopez</title>
		<link>http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-24103</link>
		<dc:creator>Miguel Lopez</dc:creator>
		<pubDate>Wed, 08 Sep 2010 21:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-24103</guid>
		<description>I found this MUCH easier to do :

How to make a page specific stylesheet in a Wordpress multiple-paged site:

1. Go to this site…

http://wordpress.org/extend/plugins/page-specific-cssjs/installation/

Follow those 5 easy steps.

**Step 5 is kinda tricky but easy. Copy your original or create your own css stylesheet, name it like the page you want it to affect. Insert it in the appropriate folder (where the original css is at). One thing I noticed was my page was named “?pageid_5?, that’s not good. I renamed it “projects” under WPAdmin&gt;Pages&gt;Edit Permalink (just below your page title).

So you should have inserted 2 things in your WP folders: the page-specific-cssjs file and your new css stylesheet (named the same as your the page you want it to affect)

3. That’s it! You should see your new stylesheet in your admin. Reload your browser if not showing. Any changes you make on this new css will only make changes to the same-named page on your site!</description>
		<content:encoded><![CDATA[<p>I found this MUCH easier to do :</p>
<p>How to make a page specific stylesheet in a WordPress multiple-paged site:</p>
<p>1. Go to this site…</p>
<p><a href="http://wordpress.org/extend/plugins/page-specific-cssjs/installation/" rel="nofollow">http://wordpress.org/extend/plugins/page-specific-cssjs/installation/</a></p>
<p>Follow those 5 easy steps.</p>
<p>**Step 5 is kinda tricky but easy. Copy your original or create your own css stylesheet, name it like the page you want it to affect. Insert it in the appropriate folder (where the original css is at). One thing I noticed was my page was named “?pageid_5?, that’s not good. I renamed it “projects” under WPAdmin&gt;Pages&gt;Edit Permalink (just below your page title).</p>
<p>So you should have inserted 2 things in your WP folders: the page-specific-cssjs file and your new css stylesheet (named the same as your the page you want it to affect)</p>
<p>3. That’s it! You should see your new stylesheet in your admin. Reload your browser if not showing. Any changes you make on this new css will only make changes to the same-named page on your site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-23448</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Wed, 25 Aug 2010 00:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-23448</guid>
		<description>For anyone else having problems with this: On further inspection, I found an unneeded &quot;;&quot; at the end of the first  that was resulting in extra space at the top of my page. Just remove it, add the aforementioned &quot;?&gt;&quot; to the end of the first line, and you&#039;re good.</description>
		<content:encoded><![CDATA[<p>For anyone else having problems with this: On further inspection, I found an unneeded &#8220;;&#8221; at the end of the first  that was resulting in extra space at the top of my page. Just remove it, add the aforementioned &#8220;?&gt;&#8221; to the end of the first line, and you&#8217;re good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-23447</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Wed, 25 Aug 2010 00:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-23447</guid>
		<description>I believe the error is due to him having left out the &quot;?&gt;&quot; at the end of the first line, before the HTML starts.

Other than that small error, very nice post. I appreciate the info, Kyle.</description>
		<content:encoded><![CDATA[<p>I believe the error is due to him having left out the &#8220;?&gt;&#8221; at the end of the first line, before the HTML starts.</p>
<p>Other than that small error, very nice post. I appreciate the info, Kyle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-22055</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 14 Jul 2010 19:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-22055</guid>
		<description>Thank you for posting this. Can you tell me how I would do this for a post template? Currently I have a post template called single-wide.php. I&#039;d like for this template to always use a stylesheet called stylesheetwide.css. Can you tell me how to do this? 

Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you for posting this. Can you tell me how I would do this for a post template? Currently I have a post template called single-wide.php. I&#8217;d like for this template to always use a stylesheet called stylesheetwide.css. Can you tell me how to do this? </p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-20170</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Tue, 15 Jun 2010 09:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-20170</guid>
		<description>Thank you for this code! What a great site</description>
		<content:encoded><![CDATA[<p>Thank you for this code! What a great site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heather</title>
		<link>http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-17037</link>
		<dc:creator>heather</dc:creator>
		<pubDate>Fri, 14 May 2010 13:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-17037</guid>
		<description>thanks for the tutorial. unfortunately, when i copied and pasted the code into the header file, all my wp pages came up with a parsing error message regarding line 2. it&#039;s probably something i&#039;m doing - i&#039;ve been having a lot of coding issues the past few days. no worries though. turns out there&#039;s a plugin that accomplishes the same thing, and i got it working. it&#039;s &quot;Page Specific CSS/JS&quot; in case anyone else needs it. thanks again for sharing, i&#039;ll probably try this again sometime when my brain is being more code-coherent :)</description>
		<content:encoded><![CDATA[<p>thanks for the tutorial. unfortunately, when i copied and pasted the code into the header file, all my wp pages came up with a parsing error message regarding line 2. it&#8217;s probably something i&#8217;m doing &#8211; i&#8217;ve been having a lot of coding issues the past few days. no worries though. turns out there&#8217;s a plugin that accomplishes the same thing, and i got it working. it&#8217;s &#8220;Page Specific CSS/JS&#8221; in case anyone else needs it. thanks again for sharing, i&#8217;ll probably try this again sometime when my brain is being more code-coherent <img src='http://wphacks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress &#8211; How to do. - Web Development Notes</title>
		<link>http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-11954</link>
		<dc:creator>Wordpress &#8211; How to do. - Web Development Notes</dc:creator>
		<pubDate>Sat, 19 Dec 2009 04:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-11954</guid>
		<description>[...] make a WordPress Page or Post use a different sidebarAdd Thumbnails to Wordpress with Custom FieldsHow To: Using Another Stylesheet For Certain PagesExcluding your plugin or theme from update checksWritten by admin, December 16th, 2009Filed under: [...]</description>
		<content:encoded><![CDATA[<p>[...] make a WordPress Page or Post use a different sidebarAdd Thumbnails to WordPress with Custom FieldsHow To: Using Another Stylesheet For Certain PagesExcluding your plugin or theme from update checksWritten by admin, December 16th, 2009Filed under: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lissa</title>
		<link>http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-5711</link>
		<dc:creator>lissa</dc:creator>
		<pubDate>Wed, 28 Jan 2009 00:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-5711</guid>
		<description>hi Kyle. i can&#039;t seem to make this multiple stylesheet working. On our site cfcontario.ca, i wanted some pages to have a different colored page, but using the same template, without creating a whole new template. i basically want to &#039;skin&#039; different pages. a stylesheet should do but nothing worked. email me your suggestions.

what&#039;s the best way? please help and thanks! =)</description>
		<content:encoded><![CDATA[<p>hi Kyle. i can&#8217;t seem to make this multiple stylesheet working. On our site cfcontario.ca, i wanted some pages to have a different colored page, but using the same template, without creating a whole new template. i basically want to &#8216;skin&#8217; different pages. a stylesheet should do but nothing worked. email me your suggestions.</p>
<p>what&#8217;s the best way? please help and thanks! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collection of WordPress Hacks &#124; WordPress Hacks</title>
		<link>http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-3796</link>
		<dc:creator>Collection of WordPress Hacks &#124; WordPress Hacks</dc:creator>
		<pubDate>Sat, 25 Oct 2008 01:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/how-to-using-another-stylesheet-for-certain-pages/#comment-3796</guid>
		<description>[...] How to Use Multiple Stylesheets [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Use Multiple Stylesheets [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

