<?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 tutorial: Blog posts in different columns</title>
	<atom:link href="http://www.cre8d-design.com/2006/03/wordpress-tutorial-blog-posts-in-different-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cre8d-design.com/2006/03/wordpress-tutorial-blog-posts-in-different-columns/</link>
	<description>blog designer</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:03:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brian Harris</title>
		<link>http://www.cre8d-design.com/2006/03/wordpress-tutorial-blog-posts-in-different-columns/comment-page-1/#comment-777</link>
		<dc:creator>Brian Harris</dc:creator>
		<pubDate>Wed, 25 Oct 2006 22:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/03/09/wordpress-tutorial-blog-posts-in-different-columns/#comment-777</guid>
		<description>oh i just figured it out...

$query =&#039;cat=24&#038;showposts=10&#039;;
						if(isset($_GET[&#039;paged&#039;])) $query.= &#039;&#038;paged=&#039;.$_GET[&#039;paged&#039;];
						query_posts($query); ?&gt;</description>
		<content:encoded><![CDATA[<p>oh i just figured it out&#8230;</p>
<p>$query =&#8217;cat=24&#38;#38;showposts=10&#8242;;<br />
						if(isset($_GET['paged'])) $query.= &#8216;&#38;#38;paged=&#8217;.$_GET['paged'];<br />
						query_posts($query); ?&#38;gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Harris</title>
		<link>http://www.cre8d-design.com/2006/03/wordpress-tutorial-blog-posts-in-different-columns/comment-page-1/#comment-776</link>
		<dc:creator>Brian Harris</dc:creator>
		<pubDate>Wed, 25 Oct 2006 21:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/03/09/wordpress-tutorial-blog-posts-in-different-columns/#comment-776</guid>
		<description>brilliant, very concise.  i have been trying to do this for the past couple of days and accomplished it using some very messy code -- this cleaned it all up.

one question.  i am doing the same as you are two types of posts in one column and one category in the other.  Does this method support multiple pages? ie, for the left column i would like to have a a previous post link.

Thanks,</description>
		<content:encoded><![CDATA[<p>brilliant, very concise.  i have been trying to do this for the past couple of days and accomplished it using some very messy code &#8212; this cleaned it all up.</p>
<p>one question.  i am doing the same as you are two types of posts in one column and one category in the other.  Does this method support multiple pages? ie, for the left column i would like to have a a previous post link.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel</title>
		<link>http://www.cre8d-design.com/2006/03/wordpress-tutorial-blog-posts-in-different-columns/comment-page-1/#comment-774</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Sat, 09 Sep 2006 21:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/03/09/wordpress-tutorial-blog-posts-in-different-columns/#comment-774</guid>
		<description>Hi, yes you can - using previous_post and next_post and using the &quot;exclude&quot; parameter for the function.  Unfortunately there is a bug in the Wordpress core for this exclude parameter function.  The patch for this is found here:

http://trac.wordpress.org/changeset/3508</description>
		<content:encoded><![CDATA[<p>Hi, yes you can &#8211; using previous_post and next_post and using the &#8220;exclude&#8221; parameter for the function.  Unfortunately there is a bug in the WordPress core for this exclude parameter function.  The patch for this is found here:</p>
<p><a href="http://trac.wordpress.org/changeset/3508" rel="nofollow">http://trac.wordpress.org/changeset/3508</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beej</title>
		<link>http://www.cre8d-design.com/2006/03/wordpress-tutorial-blog-posts-in-different-columns/comment-page-1/#comment-775</link>
		<dc:creator>beej</dc:creator>
		<pubDate>Fri, 08 Sep 2006 03:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/03/09/wordpress-tutorial-blog-posts-in-different-columns/#comment-775</guid>
		<description>I&#039;d like to know the answer to Cesar&#039;s question.  How do you get the navigation links to work with each category/column?</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to know the answer to Cesar&#8217;s question.  How do you get the navigation links to work with each category/column?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newdisco</title>
		<link>http://www.cre8d-design.com/2006/03/wordpress-tutorial-blog-posts-in-different-columns/comment-page-1/#comment-773</link>
		<dc:creator>newdisco</dc:creator>
		<pubDate>Wed, 16 Aug 2006 12:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/03/09/wordpress-tutorial-blog-posts-in-different-columns/#comment-773</guid>
		<description>thank you rachel
your blog is really on of the best atound</description>
		<content:encoded><![CDATA[<p>thank you rachel<br />
your blog is really on of the best atound</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel C</title>
		<link>http://www.cre8d-design.com/2006/03/wordpress-tutorial-blog-posts-in-different-columns/comment-page-1/#comment-772</link>
		<dc:creator>Rachel C</dc:creator>
		<pubDate>Mon, 14 Aug 2006 22:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/03/09/wordpress-tutorial-blog-posts-in-different-columns/#comment-772</guid>
		<description>Yes, there&#039;s a number of ways.  One way would be to have a counter in your loop - if the counter</description>
		<content:encoded><![CDATA[<p>Yes, there&#8217;s a number of ways.  One way would be to have a counter in your loop &#8211; if the counter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newdisco</title>
		<link>http://www.cre8d-design.com/2006/03/wordpress-tutorial-blog-posts-in-different-columns/comment-page-1/#comment-771</link>
		<dc:creator>newdisco</dc:creator>
		<pubDate>Mon, 14 Aug 2006 14:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/03/09/wordpress-tutorial-blog-posts-in-different-columns/#comment-771</guid>
		<description>rachel, is there a way to offset a post or two?</description>
		<content:encoded><![CDATA[<p>rachel, is there a way to offset a post or two?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

