<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP Garage &#187; CSS</title>
	<atom:link href="http://wpgarage.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Tue, 15 May 2012 11:49:35 +0000</lastBuildDate>
	<language>en</language>
	<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>Using Blueprint CSS for easier CSS layouts in WordPress</title>
		<link>http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/</link>
		<comments>http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 07:58:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Blueprint CSS]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/</guid>
		<description><![CDATA[<p>Blueprint CSS may just be the answer to all our CSS layout woes. Most, if not all, WordPress blog themes use CSS for laying out the design. But as any website or blog developer knows, using CSS for layouts can be one of the causes of early aging, high blood pressure, and sleeplessness. Blueprint CSS [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/">Using Blueprint CSS for easier CSS layouts in WordPress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/" data-url="http://illum.in/n37Tb4" data-text="Using Blueprint CSS for easier CSS layouts in WordPress" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/"></g:plusone></div></div><p><a href="http://code.google.com/p/blueprintcss/" title="Blueprint CSS">Blueprint CSS</a> may just be the answer to all our CSS layout woes. Most, if not all, WordPress blog themes use CSS for laying out the design. But as any website or blog developer knows, using CSS for layouts can be one of the causes of early aging, high blood pressure, and sleeplessness.</p>
<p><a href="http://code.google.com/p/blueprintcss/" title="Blueprint CSS">Blueprint CSS</a> is a CSS framework that you can use to cut down and ease your CSS development time. Here&#8217;s what the Google Code page says about Blueprint CSS:</p>
<blockquote><p>[Blueprint CSS] gives you a solid CSS foundation to build your project on top of, with an easy-to-use grid, sensible typography, and even a stylesheet for printing&#8230;</p>
<p>Features:</p>
<ul>
<li>An easily customizable grid</li>
<li>Sensible typography</li>
<li>Relative font-sizes everywhere</li>
<li>A typographic baseline</li>
<li>An extendable plugin system</li>
<li>Perfected CSS reset</li>
<li>A stylesheet for printing</li>
<li>Compressed version</li>
<li>No bloat of any kind</li>
</ul>
</blockquote>
<p>Here are some more features of Blueprint CSS <a href="http://www.blueflavor.com/blog/design/blueprintcss_101.php" title="BlueprintCSS 101">as listed on the blue flavor site</a>:</p>
<ol>
<li>It performs a mass reset of browser default styles.</li>
<li>It sets up sensible defaults for typography, including font families, header sizes, paragraph styles, list styles, a baseline grid, and more. It does all of this with relative sizes, so that it scales well in any browser.</li>
<li>It gives you a methodology to use for customizable layout grids. Any number of columns and widths you can dream up is easily achievable.</li>
<li>It provides a sensible default print stylesheet.</li>
<li>It does all of these things in ways that work elegantly in most browsers your visitors are likely to be using, including Internet Explorer 6 and 7.</li>
</ol>
<h4><a href="http://files.bjorkoy.com/blueprint/tests/sample.html" title="Sample page built with Blueprint CSS"><img src="http://wpgarage.com/wp-content/uploads/2008/02/blueprintcss-sample-page.png" alt="Blueprint CSS Sample Page" /></a></h4>
<p>See these links to get an idea of what Blueprint can do:</p>
<p><a href="http://files.bjorkoy.com/blueprint/tests/sample.html" title="Sample page built with Blueprint CSS">Sample page built with Blueprint CSS</a></p>
<p><a href="http://files.bjorkoy.com/blueprint/tests/grid.html" title="Demonstration of the Blueprint CSS grid">Demonstration of the Blueprint CSS grid</a></p>
<p><a href="http://files.bjorkoy.com/blueprint/tests/elements.html" title="Demonstration of the typography">Demonstration of the typography</a></p>
<h4>Blueprint CSS tutorials and tools:</h4>
<p><a href="http://code.google.com/p/blueprintcss/wiki/Tutorial" title="Blueprint CSS wiki tutorial">Blueprint CSS wiki tutorial</a> &#8211; a quick tutorial that introduces the files and capabilities of Blueprint CSS.</p>
<p><a href="http://www.blueflavor.com/blog/design/blueprintcss_101.php" title="Blueprint CSS 101">Blueprint CSS 101</a> &#8211; a great introductory tutorial that explains the benefits and methodology behind Blueprint CSS.</p>
<p><a href="http://kematzy.com/blueprint-generator/" title="Blueprint Grid CSS Generator">Blueprint Grid CSS Generator</a> &#8211; This tool will help you generate more flexible versions of <a href="http://code.google.com/p/blueprintcss/">Blueprint&#8217;s</a> <tt>grid.css</tt> and <tt>compressed.css</tt> and <tt>grid.png</tt> files. Whether you prefer <strong>8</strong>, <strong>10</strong>,<strong>16</strong> or <strong>24</strong> columns in your design, this generator now enables you that flexibility.</p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/">Using Blueprint CSS for easier CSS layouts in WordPress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Guide to converting your XHTML CSS layout to a WordPress theme</title>
		<link>http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/</link>
		<comments>http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 09:31:02 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Shorties]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/</guid>
		<description><![CDATA[<p>Updated Feb. 14, 2008 Deziner Folio has a really useful step-by-step guide to taking your XHTML/CSS layout and converting it to a WordPress theme. They say this whole process can be completed in 30-40 minutes! Developing a WordPress Theme Another option is DevBox&#8217;s Wireframe WordPress theme, which is available for download on their site. This [...]</p><p>This post was originally published at <a href="http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/">Guide to converting your XHTML CSS layout to a WordPress theme</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/" data-url="http://illum.in/r9bO7i" data-text="Guide to converting your XHTML CSS layout to a WordPress theme" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/"></g:plusone></div></div><p><em>Updated Feb. 14, 2008</em></p>
<p>Deziner Folio has a really useful step-by-step guide to taking your XHTML/CSS layout and <a href="http://www.dezinerfolio.com/2007/11/27/developing-a-wordpress-theme/" title="Developing a WordPress Theme">converting it to a WordPress theme</a>. They say this whole process can be completed in 30-40 minutes!</p>
<p><a href="http://www.dezinerfolio.com/2007/11/27/developing-a-wordpress-theme/" title="Developing a WordPress Theme">Developing a WordPress Theme</a></p>
<p>Another option is <a href="http://www.devbox.info/how-to-create-wordpress-theme" title="How to create wordpress theme?">DevBox&#8217;s Wireframe WordPress theme</a>, which is available for download on their site. This is basically a barebones theme that you can use to easily take a XHTML/CSS layout and convert it into a WordPress theme.</p>
<p><a href="http://www.devbox.info/how-to-create-wordpress-theme" title="How to create wordpress theme?">Test Theme Wireframe WordPress Theme</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/">Guide to converting your XHTML CSS layout to a WordPress theme</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/shorties/guide-to-converting-your-xhtml-css-layout-to-a-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE8 Passes Acid2 Test &#8211; too good to be true?</title>
		<link>http://wpgarage.com/shorties/ie8-passes-acid2-test-too-good-to-be-true/</link>
		<comments>http://wpgarage.com/shorties/ie8-passes-acid2-test-too-good-to-be-true/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 21:27:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Shorties]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/shorties/ie8-passes-acid2-test-too-good-to-be-true/</guid>
		<description><![CDATA[<p>SitePoint has reported that IE8 has passed the Acid2 Test. As they explain, this test was developed &#8220;as a challenge to browser developers. In a single page, the test makes use of a broad range of features from several different web standards that developers have wanted to have in browsers for some time, and it [...]</p><p>This post was originally published at <a href="http://wpgarage.com/shorties/ie8-passes-acid2-test-too-good-to-be-true/">IE8 Passes Acid2 Test &#8211; too good to be true?</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/shorties/ie8-passes-acid2-test-too-good-to-be-true/" data-url="http://illum.in/oM4kMv" data-text="IE8 Passes Acid2 Test &#8211; too good to be true?" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/shorties/ie8-passes-acid2-test-too-good-to-be-true/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/shorties/ie8-passes-acid2-test-too-good-to-be-true/"></g:plusone></div></div><p><a href="http://www.sitepoint.com/blogs/2007/12/20/ie8-passes-acid2-test-web-standards-project-dies-of-shock/" title="IE8 Passes Acid2 Test, Web Standards Project Dies of Shock">SitePoint has reported that IE8 has passed the Acid2 Test</a>. As they explain, this test was developed &#8220;as a challenge to browser developers. In a single page, the test makes use of a broad range of features from several different web standards that developers have wanted to have in browsers for some time, and it uses them to display a deceptively simple smiley face.&#8221;</p>
<p>In short, passing the test means a browser meets web standards.</p>
<p>If <a href="http://blogs.msdn.com/ie/">IE8</a> has passed this test, this may mean the end of annoying hacks and workarounds to get sites to work in IE. An even more exciting result of this could be the end of CSS layouts made with floats etc., and the beginning of the ability to use CSS tables.</p>
<p><a href="http://www.sitepoint.com/blogs/2007/12/20/ie8-passes-acid2-test-web-standards-project-dies-of-shock/">SitePoint Blogs » IE8 Passes Acid2 Test, Web Standards Project Dies of Shock</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/shorties/ie8-passes-acid2-test-too-good-to-be-true/">IE8 Passes Acid2 Test &#8211; too good to be true?</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/shorties/ie8-passes-acid2-test-too-good-to-be-true/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Five new beautiful (and free) CSS templates</title>
		<link>http://wpgarage.com/css-templates/five-new-beautiful-and-free-css-templates/</link>
		<comments>http://wpgarage.com/css-templates/five-new-beautiful-and-free-css-templates/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 11:45:17 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS Templates]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/templates/five-new-beautiful-and-free-css-templates/</guid>
		<description><![CDATA[<p>I haven&#8217;t posted anything about free CSS templates for a while, simply because I haven&#8217;t seen anything worth mentioning. But CSS Creme, which is yet another CSS gallery site, has released five free CSS templates, which are real eye candy! Use them for your sites, or just for inspiration! One thing they&#8217;re missing, though, is [...]</p><p>This post was originally published at <a href="http://wpgarage.com/css-templates/five-new-beautiful-and-free-css-templates/">Five new beautiful (and free) CSS templates</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/css-templates/five-new-beautiful-and-free-css-templates/" data-url="http://illum.in/nUVnEH" data-text="Five new beautiful (and free) CSS templates" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/css-templates/five-new-beautiful-and-free-css-templates/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/css-templates/five-new-beautiful-and-free-css-templates/"></g:plusone></div></div><p>I haven&#8217;t posted anything about <a href="category/templates/" title="Free CSS Templates">free CSS templates</a> for a while, simply because I haven&#8217;t seen anything worth mentioning. But <a href="http://www.csscreme.com/" title="CSS Creme">CSS Creme</a>, which is yet another CSS gallery site, has released five <a href="http://www.csscreme.com/freecsstemplates/" title="Free CSS Templates">free CSS templates</a>, which are real eye candy! Use them for your sites, or just for inspiration! One thing they&#8217;re missing, though, is a license of any kind. CSS Creme guys &#8211; if you&#8217;re reading this, I highly recommend putting a TOS (Terms of Service) somewhere on your site, and maybe a license file in the download zip file.</p>
<p><a href="http://www.csscreme.com/freecsstemplates/" title="Free CSS templates"><img src="http://wpgarage.com/wp-content/uploads/2007/12/freecsstemplates1.png" alt="Free CSS Templates" /></a></p>
<p>Aside from the free templates, the site has some pretty good stuff on it. First of all, <a href="http://www.csscreme.com/" title="CSS Creme gallery">their gallery</a> has some amazing sites in it, which they say they pick themselves. You can browse the gallery according to category or color. They also have some fabulous <a href="http://www.csscreme.com/wallpapers/" title="Free wallpaper">free wallpaper</a>, which could spice up your desktop, as well as interesting links in their News section.</p>
<p><a href="http://www.csscreme.com/freecsstemplates/" title="CSS Creme free CSS Templates">CSS Creme free CSS templates»</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/css-templates/five-new-beautiful-and-free-css-templates/">Five new beautiful (and free) CSS templates</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/css-templates/five-new-beautiful-and-free-css-templates/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Displaying single post pages differently in specific categories</title>
		<link>http://wpgarage.com/tips/displaying-single-post-pages-differently-in-specific-categories/</link>
		<comments>http://wpgarage.com/tips/displaying-single-post-pages-differently-in-specific-categories/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 12:13:16 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/tips/displaying-single-post-pages-differently-in-specific-categories/</guid>
		<description><![CDATA[<p>You may have certain categories in your WordPress blog that you want to appear differently than other categories. For example, what if you have a category called &#8220;Tomatoes&#8221; and a category called &#8220;Cucumbers,&#8221; and you want the titles of every post in the Tomatoes category to be red, and the titles in the Cucumbers category [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/displaying-single-post-pages-differently-in-specific-categories/">Displaying single post pages differently in specific categories</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/displaying-single-post-pages-differently-in-specific-categories/" data-url="http://illum.in/oYhk8W" data-text="Displaying single post pages differently in specific categories" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/displaying-single-post-pages-differently-in-specific-categories/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/displaying-single-post-pages-differently-in-specific-categories/"></g:plusone></div></div><p>You may have certain categories in your WordPress blog that you want to appear differently than other categories. For example, what if you have a category called &#8220;Tomatoes&#8221; and a category called &#8220;Cucumbers,&#8221; and you want the titles of every post in the Tomatoes category to be red, and the titles in the Cucumbers category to be green?</p>
<p>There are a few plugins that can help you with this, but they didn&#8217;t work so smoothly. The best solution I have found is one provided by Lorelle on her <a href="http://www.cameraontheroad.com/" title="Taking Your Camera on the Road">Taking Your Camera on the Road</a> blog. In her post titled &#8220;<a href="http://www.cameraontheroad.com/05/27/different-category-different-look-creating-multiple-single-post-looks-for-different-categories/" rel="bookmark" title="Different Category - Different Look: Creating Multiple Single Posts Looks for Different Categories" accesskey="s">Different Category &#8211; Different Look: Creating Multiple Single Posts Looks for Different Categories,</a>&#8221; she gives the following directions:</p>
<blockquote><p>We began by making two back up copies of the <tt>single.php</tt> page called <tt>single1.php</tt> and <tt>single.2.php</tt>.</p>
<p>Inside of the original <tt>single.php</tt>, delete everything and replace it with this:</p>
<p><code>&lt;?php<br />
$post = $wp_query-&gt;post;<br />
if ( in_category('9') ) {<br />
include(TEMPLATEPATH . '/single2.php');<br />
} else {<br />
include(TEMPLATEPATH . '/single1.php');<br />
}<br />
?&gt;</code></p>
<p>In the most simple terms, the PHP code issues a query that says &#8220;Check the post. If the post is in category ID number 9, display <tt>single2.php</tt>. If not in category ID number 9, display <tt>single1.php</tt>.&#8221;</p>
<p>In the <tt>in_category()</tt>, we set the category ID number to 9, the one that holds all of my web page design articles and experiments.</p></blockquote>
<p>So basically, your main single.php file becomes a conditional file that tells WordPress which template file to use in certain categories. Lorelle also gives the following code you can put in the single.php file that will allow you to create multiple styles for multiple categories:</p>
<p><code>&lt;?php<br />
$post = $wp_query-&gt;post;<br />
if ( in_category('9') ) {<br />
include(TEMPLATEPATH . '/single9.php');<br />
elseif ( in_category('12') ) {<br />
include(TEMPLATEPATH . '/single12.php');<br />
elseif ( in_category('42') ) {<br />
include(TEMPLATEPATH . '/single42.php');<br />
} else {<br />
include(TEMPLATEPATH . '/single1.php');<br />
}<br />
?&gt;</code></p>
<p>Now you have to get the styles you want to apply to the correct category. Do the following for every category you want to have a certain style for:</p>
<ol>
<li>Create a new style sheet and call it style-9.css (9 is the category ID, but your category ID will likely differ. You can still call it style-9.css, but this is confusing!) If the changes you are making are minor, like changing certain colors or fonts, you should probably just copy style.css and rename it to style-9.css. In that style sheet, create the styles that you want, so for example if you want all h2 items to be red, make those changes in your new style sheet.</li>
<li>Style sheets are called in your header.php file. Which means that we need to create a header file that will call your new style sheet. So copy your header.php and rename the copy header-9.php (or whatever you want).</li>
<li>In your new header-9.php file, find the lines that look something like this:<br />
<code>&lt;link rel="stylesheet" href="&lt;?php bloginfo('template_directory'); ?&gt;/style.css" type="text/css" media="screen" /&gt;</code><br />
and change where it says <code>style.css</code> to <code>style-9.css</code>.</li>
<li>Then, in your single2.php file, replace the following line (which is probably the first line):<br />
<code>&lt;?php get_header(); ?&gt;</code><br />
with this<br />
<code>&lt;?php include ('header-hebrew.php'); ?&gt;</code></li>
</ol>
<p>Do this for every category. If you have a lot of categories you want to appear with different styles, there&#8217;s probably some conditional PHP that you can use. Being of little PHP knowledge, I don&#8217;t know what this code would be, but the above works quite nicely for people like me with little-to-no knowledge of PHP and only one or two categories that need modifying.</p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/displaying-single-post-pages-differently-in-specific-categories/">Displaying single post pages differently in specific categories</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/displaying-single-post-pages-differently-in-specific-categories/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Free CSS templates and WordPress Themes</title>
		<link>http://wpgarage.com/themes/free-css-templates-and-wordpress-themes/</link>
		<comments>http://wpgarage.com/themes/free-css-templates-and-wordpress-themes/#comments</comments>
		<pubDate>Tue, 15 May 2007 06:05:17 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS Templates]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/themes/free-css-templates-and-wordpress-themes/</guid>
		<description><![CDATA[<p>CSS Design Templates has a great collection of clean and useful CSS templates and WordPress themes. CSS Design Templates&#62;&#62; </p><p>This post was originally published at <a href="http://wpgarage.com/themes/free-css-templates-and-wordpress-themes/">Free CSS templates and WordPress Themes</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/themes/free-css-templates-and-wordpress-themes/" data-url="http://illum.in/ovgTr3" data-text="Free CSS templates and WordPress Themes" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/themes/free-css-templates-and-wordpress-themes/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/themes/free-css-templates-and-wordpress-themes/"></g:plusone></div></div><p>CSS Design Templates has a great collection of clean and useful CSS templates and WordPress themes.</p>
<p><a href="http://templates.arcsin.se/" title="CSS Design Templates">CSS Design Templates&gt;&gt; </a></p>
<p>This post was originally published at <a href="http://wpgarage.com/themes/free-css-templates-and-wordpress-themes/">Free CSS templates and WordPress Themes</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/themes/free-css-templates-and-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Free CSS Templates</title>
		<link>http://wpgarage.com/css-templates/more-free-css-templates/</link>
		<comments>http://wpgarage.com/css-templates/more-free-css-templates/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 19:53:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS Templates]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/templates/more-free-css-templates/</guid>
		<description><![CDATA[<p>Here&#8217;s some more free CSS Templates. Solid layouts and simple designs. Free CSS Templates&#62;&#62; </p><p>This post was originally published at <a href="http://wpgarage.com/css-templates/more-free-css-templates/">More Free CSS Templates</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/css-templates/more-free-css-templates/" data-url="http://illum.in/nxur2A" data-text="More Free CSS Templates" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/css-templates/more-free-css-templates/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/css-templates/more-free-css-templates/"></g:plusone></div></div><p>Here&#8217;s some more free CSS Templates. Solid layouts and simple designs.</p>
<p><a href="http://www.free-css-templates.com/free-templates.html" title="Free CSS Templates">Free CSS Templates&gt;&gt; </a></p>
<p>This post was originally published at <a href="http://wpgarage.com/css-templates/more-free-css-templates/">More Free CSS Templates</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/css-templates/more-free-css-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Andreas Viklund Free CSS Templates</title>
		<link>http://wpgarage.com/css-templates/andreas-viklund-free-css-templates/</link>
		<comments>http://wpgarage.com/css-templates/andreas-viklund-free-css-templates/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 19:48:28 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS Templates]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/templates/andreas-viklund-free-css-templates/</guid>
		<description><![CDATA[<p>Andreas Viklund has 11 free CSS templates. The designs are clean and smart, and are probably pretty friendly to modifications. Andreas says the following about the templates: These are my free XHTML/CSS website templates. They are free to use for any purpose without any limitations or obligations. I kindly ask you to keep the small [...]</p><p>This post was originally published at <a href="http://wpgarage.com/css-templates/andreas-viklund-free-css-templates/">Andreas Viklund Free CSS Templates</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/css-templates/andreas-viklund-free-css-templates/" data-url="http://illum.in/nHgQ2R" data-text="Andreas Viklund Free CSS Templates" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/css-templates/andreas-viklund-free-css-templates/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/css-templates/andreas-viklund-free-css-templates/"></g:plusone></div></div><p>Andreas Viklund has 11 free CSS templates. The designs are clean and smart, and are probably pretty friendly to modifications. Andreas says the following about the templates:</p>
<p>These are my free XHTML/CSS website templates. They are free to use for any purpose without any limitations or obligations. I kindly ask you to keep the small credit link (the line that says &#8220;Design by Andreas Viklund&#8221;) since it is a nice way of giving something back to me. But that is only a request, not an obligation.</p>
<p><a href="http://andreasviklund.com/templates/" title="Andreas Viklund Free Website Templates">Andreas Viklund Free website templates&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/css-templates/andreas-viklund-free-css-templates/">Andreas Viklund Free CSS Templates</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/css-templates/andreas-viklund-free-css-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free XHTML/CSS Templates For Web Design</title>
		<link>http://wpgarage.com/css-templates/free-xhtmlcss-templates-for-web-design/</link>
		<comments>http://wpgarage.com/css-templates/free-xhtmlcss-templates-for-web-design/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 19:42:01 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS Templates]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[rounded corners]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/templates/free-xhtmlcss-templates-for-web-design/</guid>
		<description><![CDATA[<p>Template World has some really nice Web 2.0ish templates available for free. It&#8217;s worth checking out. Free XHTML/CSS Templates For Web Design&#62;&#62;</p><p>This post was originally published at <a href="http://wpgarage.com/css-templates/free-xhtmlcss-templates-for-web-design/">Free XHTML/CSS Templates For Web Design</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/css-templates/free-xhtmlcss-templates-for-web-design/" data-url="http://illum.in/pYzsVQ" data-text="Free XHTML/CSS Templates For Web Design" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/css-templates/free-xhtmlcss-templates-for-web-design/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/css-templates/free-xhtmlcss-templates-for-web-design/"></g:plusone></div></div><p>Template World has some really nice Web 2.0ish templates available for free. It&#8217;s worth checking out.</p>
<p><a href="http://www.templateworld.com/free_templates.html" title="Free XHTML/CSS Templates For Web Design">Free XHTML/CSS Templates For Web Design&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/css-templates/free-xhtmlcss-templates-for-web-design/">Free XHTML/CSS Templates For Web Design</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/css-templates/free-xhtmlcss-templates-for-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Did you know that you can customize your sitemap?</title>
		<link>http://wpgarage.com/good-blogging-practice/did-you-know-that-you-can-customize-your-sitemap/</link>
		<comments>http://wpgarage.com/good-blogging-practice/did-you-know-that-you-can-customize-your-sitemap/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 20:01:55 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Good Blogging Practice]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[sitemaps]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/tips/did-you-know-that-you-can-customize-your-sitemap/</guid>
		<description><![CDATA[<p>Generating a sitemap for your site is an important step in optimizing it for the search engines. However, they tend to be very unpretty. See the sitemap on this site, for example. Not exactly a thing of beauty. Chris over at Pearsonified explains how you can stylize your sitemap by using the WordPress page template [...]</p><p>This post was originally published at <a href="http://wpgarage.com/good-blogging-practice/did-you-know-that-you-can-customize-your-sitemap/">Did you know that you can customize your sitemap?</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/good-blogging-practice/did-you-know-that-you-can-customize-your-sitemap/" data-url="http://illum.in/p4kONI" data-text="Did you know that you can customize your sitemap?" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/good-blogging-practice/did-you-know-that-you-can-customize-your-sitemap/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/good-blogging-practice/did-you-know-that-you-can-customize-your-sitemap/"></g:plusone></div></div><p>Generating a sitemap for your site is an important step in optimizing it for the search engines. However, they tend to be very unpretty. <a href="sitemap.xml" title="WordPressGarage sitemap">See the sitemap on this site</a>, for example. Not exactly a thing of beauty.</p>
<p><a href="Use an XHTML Sitemap for Better Indexing -" title="Use an XHTML Sitemap for Better Indexing">Chris over at Pearsonified explains how you can stylize your sitemap</a> by using the WordPress page template system. And for those of you using his Cutline theme, he has an XHTML sitemap that is formatted specifically for that theme.</p>
<p><a href="http://www.pearsonified.com/2006/12/use_an_xhtml_sitemap_for_better_indexing.php" title="Use an XHTML Sitemap for Better Indexing">Use an XHTML Sitemap for Better Indexing&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/good-blogging-practice/did-you-know-that-you-can-customize-your-sitemap/">Did you know that you can customize your sitemap?</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/good-blogging-practice/did-you-know-that-you-can-customize-your-sitemap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

