<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Wordpress Garage</title>
	
	<link>http://wordpressgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Tue, 07 Jul 2009 16:55:46 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/WordpressgarageComments" type="application/rss+xml" /><item>
		<title>Comment on Using Blueprint CSS for easier CSS layouts in WordPress by Carlos A. Cabrera</title>
		<link>http://wordpressgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/comment-page-1/#comment-60134</link>
		<dc:creator>Carlos A. Cabrera</dc:creator>
		<pubDate>Tue, 07 Jul 2009 16:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/#comment-60134</guid>
		<description>Absolutely, we designed and built http://www.discoveryacademyinc.com using BlueprintCSS and Wordpress... these tools are flexible enough to do anything.</description>
		<content:encoded><![CDATA[<p>Absolutely, we designed and built <a href="http://www.discoveryacademyinc.com" rel="nofollow">http://www.discoveryacademyinc.com</a> using BlueprintCSS and Wordpress&#8230; these tools are flexible enough to do anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Giving each WordPress post a thumbnail, and display the thumbnail on the home page by 40+ Wordpress Tricks and Hacks | Mellowish</title>
		<link>http://wordpressgarage.com/code-snippets/giving-each-wordpress-post-a-thumbnail-and-display-the-thumbnail-on-the-home-page/comment-page-3/#comment-60132</link>
		<dc:creator>40+ Wordpress Tricks and Hacks | Mellowish</dc:creator>
		<pubDate>Tue, 07 Jul 2009 11:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/giving-each-wordpress-post-a-thumbnail-and-display-the-thumbnail-on-the-home-page/#comment-60132</guid>
		<description>[...] Create thumbnails for each blog post and displays them [...]</description>
		<content:encoded><![CDATA[<p>[...] Create thumbnails for each blog post and displays them [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display posts from specific categories on a Page by b00m</title>
		<link>http://wordpressgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-1/#comment-60129</link>
		<dc:creator>b00m</dc:creator>
		<pubDate>Mon, 06 Jul 2009 04:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-60129</guid>
		<description>The code is working...Tnx!</description>
		<content:encoded><![CDATA[<p>The code is working&#8230;Tnx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Showing different sidebar on different pages by junthit</title>
		<link>http://wordpressgarage.com/code-snippets/showing-different-sidebar-on-different-pages/comment-page-1/#comment-60128</link>
		<dc:creator>junthit</dc:creator>
		<pubDate>Sun, 05 Jul 2009 14:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressgarage.com/tips/showing-different-sidebar-on-different-pages/#comment-60128</guid>
		<description>What next? confuse..........</description>
		<content:encoded><![CDATA[<p>What next? confuse&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display posts from specific categories on a Page by PeterKohl</title>
		<link>http://wordpressgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-1/#comment-60127</link>
		<dc:creator>PeterKohl</dc:creator>
		<pubDate>Sun, 05 Jul 2009 11:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-60127</guid>
		<description>@Roberto Breve - Thanks ...that is by far the easiest I've seen as it allows you to only use one .php page yet have multiple WordPress Pages display separate categories...
Quote:
&lt;?php
if ($page_id==11){
 query_posts(’cat=1&amp;showposts=10?);
 };
if($page_id==8){
 query_posts(’cat=3&amp;showposts=10?);
 }
?&gt;</description>
		<content:encoded><![CDATA[<p>@Roberto Breve &#8211; Thanks &#8230;that is by far the easiest I&#8217;ve seen as it allows you to only use one .php page yet have multiple WordPress Pages display separate categories&#8230;<br />
Quote:<br />
&lt;?php<br />
if ($page_id==11){<br />
 query_posts(’cat=1&amp;showposts=10?);<br />
 };<br />
if($page_id==8){<br />
 query_posts(’cat=3&amp;showposts=10?);<br />
 }<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Inserting Flash swf file in WordPress posts or Pages by Accounting Teacher</title>
		<link>http://wordpressgarage.com/plugins/inserting-flash-swf-file-in-wordpress-posts-or-pages/comment-page-1/#comment-60116</link>
		<dc:creator>Accounting Teacher</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/plugins/inserting-flash-swf-file-in-wordpress-posts-or-pages/#comment-60116</guid>
		<description>Is this plugin seo friendly?</description>
		<content:encoded><![CDATA[<p>Is this plugin seo friendly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Giving each WordPress post a thumbnail, and display the thumbnail on the home page by 30 WordPress Development Tutorials at BLOG GRAPHIC DESIGN</title>
		<link>http://wordpressgarage.com/code-snippets/giving-each-wordpress-post-a-thumbnail-and-display-the-thumbnail-on-the-home-page/comment-page-3/#comment-60115</link>
		<dc:creator>30 WordPress Development Tutorials at BLOG GRAPHIC DESIGN</dc:creator>
		<pubDate>Fri, 03 Jul 2009 12:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/giving-each-wordpress-post-a-thumbnail-and-display-the-thumbnail-on-the-home-page/#comment-60115</guid>
		<description>[...]  Giving any WordPress post the thumbnail, as well as arrangement the thumbnail upon the home page [...]</description>
		<content:encoded><![CDATA[<p>[...] &#160;Giving any WordPress post the thumbnail, as well as arrangement the thumbnail upon the home page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display posts from specific categories on a Page by Bhaskar</title>
		<link>http://wordpressgarage.com/code-snippets/display-posts-from-specific-categories-on-a-page/comment-page-1/#comment-60110</link>
		<dc:creator>Bhaskar</dc:creator>
		<pubDate>Thu, 02 Jul 2009 11:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/wordpress-as-cms/display-posts-from-specific-categories-on-a-page/#comment-60110</guid>
		<description>I want to display those posts which do not have any category.Can u help me out?
 </description>
		<content:encoded><![CDATA[<p>I want to display those posts which do not have any category.Can u help me out?<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Giving each WordPress post a thumbnail, and display the thumbnail on the home page by 70 Very Useful Wordpress Hacks &amp; Tricks » De Web Times - Sharing Useful Resources.</title>
		<link>http://wordpressgarage.com/code-snippets/giving-each-wordpress-post-a-thumbnail-and-display-the-thumbnail-on-the-home-page/comment-page-3/#comment-60097</link>
		<dc:creator>70 Very Useful Wordpress Hacks &amp; Tricks » De Web Times - Sharing Useful Resources.</dc:creator>
		<pubDate>Tue, 30 Jun 2009 08:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/giving-each-wordpress-post-a-thumbnail-and-display-the-thumbnail-on-the-home-page/#comment-60097</guid>
		<description>[...] Giving each WordPress post a thumbnail, and display the thumbnail on the home page [...]</description>
		<content:encoded><![CDATA[<p>[...] Giving each WordPress post a thumbnail, and display the thumbnail on the home page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a Simple Directory in Wordpress using Grandparent, Parent, and Child Pages by links for 2009-06-29 at So It’s Come To This:</title>
		<link>http://wordpressgarage.com/code-snippets/how-to-create-a-simple-directory-in-wordpress-using-grandparent-parent-and-child-pages/comment-page-1/#comment-60096</link>
		<dc:creator>links for 2009-06-29 at So It’s Come To This:</dc:creator>
		<pubDate>Tue, 30 Jun 2009 05:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/?p=464#comment-60096</guid>
		<description>[...] How to create a Simple Directory in Wordpress using Grandparent, Parent, and Child Pages | Wordpress... (tags: wordpress code hacks php) [...]</description>
		<content:encoded><![CDATA[<p>[...] How to create a Simple Directory in Wordpress using Grandparent, Parent, and Child Pages | Wordpress&#8230; (tags: wordpress code hacks php) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
