<?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: THiCK &#8211; a Premium Theme for WordPress</title>
	<atom:link href="http://mattbrett.com/blog/design/2008/thick-a-premium-theme-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattbrett.com/blog/design/2008/thick-a-premium-theme-for-wordpress/</link>
	<description>Freelance Web Design, Premium WordPress Themes, and Video Game Reviews</description>
	<lastBuildDate>Sun, 13 May 2012 16:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nathan Johns</title>
		<link>http://mattbrett.com/blog/design/2008/thick-a-premium-theme-for-wordpress/#comment-26580</link>
		<dc:creator>Nathan Johns</dc:creator>
		<pubDate>Mon, 23 Mar 2009 08:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://mattbrett.com/?p=733#comment-26580</guid>
		<description>I think the THiCK theme is fantastic. It&#039;s very robust and can be ripped apart easily to get rid of anything that isn&#039;t needed. The design is outstanding. </description>
		<content:encoded><![CDATA[<p>I think the THiCK theme is fantastic. It&#039;s very robust and can be ripped apart easily to get rid of anything that isn&#039;t needed. The design is outstanding. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bavington</title>
		<link>http://mattbrett.com/blog/design/2008/thick-a-premium-theme-for-wordpress/#comment-26541</link>
		<dc:creator>James Bavington</dc:creator>
		<pubDate>Thu, 05 Mar 2009 03:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://mattbrett.com/?p=733#comment-26541</guid>
		<description>Thick is a great theme, so how does Woo Themes work Matt, do you get a royality fee for each time the theme is purchased, a one time payment or did you make it for them for free? </description>
		<content:encoded><![CDATA[<p>Thick is a great theme, so how does Woo Themes work Matt, do you get a royality fee for each time the theme is purchased, a one time payment or did you make it for them for free? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattbrett.com/blog/design/2008/thick-a-premium-theme-for-wordpress/#comment-26300</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 17 Jan 2009 12:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://mattbrett.com/?p=733#comment-26300</guid>
		<description>I didn&#039;t do the WP development for THiCK, so I&#039;m not the best person to be asking about this.  But I assume they&#039;ve used query_posts to display the posts on the homepage.  If that&#039;s the case, I would use a modified query_posts which includes a function for pagination... 
 
&lt;code&gt; 
&lt;?php $paged = (get_query_var(&#039;paged&#039;)) ? get_query_var(&#039;paged&#039;) : 1; query_posts(&quot;showposts=5&amp;paged=$paged&quot;); ?&gt; 
&lt;?php while (have_posts()) : the_post(); ?&gt; 
&lt;/code&gt; 
 
From there, you just do the rest of the loop as usual, then drop your pagination code after the endwhile. </description>
		<content:encoded><![CDATA[<p>I didn&#039;t do the WP development for THiCK, so I&#039;m not the best person to be asking about this.  But I assume they&#039;ve used query_posts to display the posts on the homepage.  If that&#039;s the case, I would use a modified query_posts which includes a function for pagination&#8230;</p>
<p>&lt;code&gt;</p>
<p>&lt;?php $paged = (get_query_var(&#039;paged&#039;)) ? get_query_var(&#039;paged&#039;) : 1; query_posts(&quot;showposts=5&amp;paged=$paged&quot;); ?&gt;</p>
<p>&lt;?php while (have_posts()) : the_post(); ?&gt;</p>
<p>&lt;/code&gt;</p>
<p>From there, you just do the rest of the loop as usual, then drop your pagination code after the endwhile. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WPCult</title>
		<link>http://mattbrett.com/blog/design/2008/thick-a-premium-theme-for-wordpress/#comment-26299</link>
		<dc:creator>WPCult</dc:creator>
		<pubDate>Fri, 16 Jan 2009 21:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://mattbrett.com/?p=733#comment-26299</guid>
		<description>Was wondering if it was possible to implement pagination after the featured post. I have tried every little thing. but it may not be possible on this theme. 
 
Thanks :) 
 
&lt;a href=&quot;http://wpcult.com&quot; rel=&quot;nofollow&quot;&gt;http://wpcult.com&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Was wondering if it was possible to implement pagination after the featured post. I have tried every little thing. but it may not be possible on this theme.</p>
<p>Thanks <img src='http://mattbrett.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://wpcult.com" rel="nofollow">http://wpcult.com</a> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP Cult</title>
		<link>http://mattbrett.com/blog/design/2008/thick-a-premium-theme-for-wordpress/#comment-26276</link>
		<dc:creator>WP Cult</dc:creator>
		<pubDate>Fri, 09 Jan 2009 13:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://mattbrett.com/?p=733#comment-26276</guid>
		<description>Very nice theme, liked it so much I implemented it into my current site. 
 
I even made a whole lot of changes to suit my need, good job! </description>
		<content:encoded><![CDATA[<p>Very nice theme, liked it so much I implemented it into my current site.</p>
<p>I even made a whole lot of changes to suit my need, good job! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://mattbrett.com/blog/design/2008/thick-a-premium-theme-for-wordpress/#comment-26168</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 09 Dec 2008 09:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://mattbrett.com/?p=733#comment-26168</guid>
		<description>Lovin&#039; this theme mate! Check out what i&#039;ve done with it  &lt;a href=&quot;http://www.austalentdaily.com&quot; rel=&quot;nofollow&quot;&gt;www.austalentdaily.com&lt;/a&gt; Hope I haven&#039;t spoilt it haha. </description>
		<content:encoded><![CDATA[<p>Lovin&#039; this theme mate! Check out what i&#039;ve done with it  <a href="http://www.austalentdaily.com" rel="nofollow">http://www.austalentdaily.com</a> Hope I haven&#039;t spoilt it haha. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Cypret</title>
		<link>http://mattbrett.com/blog/design/2008/thick-a-premium-theme-for-wordpress/#comment-25980</link>
		<dc:creator>Jason Cypret</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://mattbrett.com/?p=733#comment-25980</guid>
		<description>What an awesome theme and design. I really like it. Kudos! </description>
		<content:encoded><![CDATA[<p>What an awesome theme and design. I really like it. Kudos! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott D</title>
		<link>http://mattbrett.com/blog/design/2008/thick-a-premium-theme-for-wordpress/#comment-25978</link>
		<dc:creator>Scott D</dc:creator>
		<pubDate>Fri, 14 Nov 2008 01:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://mattbrett.com/?p=733#comment-25978</guid>
		<description>Very, very awesome theme... and i LOVE the clean/grunge  light/dark choices... very well done. </description>
		<content:encoded><![CDATA[<p>Very, very awesome theme&#8230; and i LOVE the clean/grunge  light/dark choices&#8230; very well done. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://mattbrett.com/blog/design/2008/thick-a-premium-theme-for-wordpress/#comment-25974</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 12 Nov 2008 07:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://mattbrett.com/?p=733#comment-25974</guid>
		<description>Slick! This is a source of ideas at the same time! thanks! </description>
		<content:encoded><![CDATA[<p>Slick! This is a source of ideas at the same time! thanks! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://mattbrett.com/blog/design/2008/thick-a-premium-theme-for-wordpress/#comment-25972</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 11 Nov 2008 11:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://mattbrett.com/?p=733#comment-25972</guid>
		<description>That has honestly got to be one of the best themes I&#039;ve seen in a long time, it really stands out from the pack. 
 
Great job! </description>
		<content:encoded><![CDATA[<p>That has honestly got to be one of the best themes I&#039;ve seen in a long time, it really stands out from the pack.</p>
<p>Great job! </p>
]]></content:encoded>
	</item>
</channel>
</rss>

