<?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: Create a Magazine Style Theme II</title>
	<atom:link href="http://www.bloggingtips.com/2008/09/21/create-a-magazine-style-theme-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingtips.com/2008/09/21/create-a-magazine-style-theme-ii/</link>
	<description>Blog Themes, Blog Design &#38; Daily Blog Tips</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:16:10 +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: A Playoff Worthy Lineup Of Links - This Month In SEO - 9/08 &#124; TheVanBlog &#124; Van SEO Design</title>
		<link>http://www.bloggingtips.com/2008/09/21/create-a-magazine-style-theme-ii/#comment-263090</link>
		<dc:creator>A Playoff Worthy Lineup Of Links - This Month In SEO - 9/08 &#124; TheVanBlog &#124; Van SEO Design</dc:creator>
		<pubDate>Wed, 15 Oct 2008 18:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3120#comment-263090</guid>
		<description>[...] Create a Magazine Style Theme II [...]</description>
		<content:encoded><![CDATA[<p>[...] Create a Magazine Style Theme II [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.bloggingtips.com/2008/09/21/create-a-magazine-style-theme-ii/#comment-248755</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 23 Sep 2008 02:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3120#comment-248755</guid>
		<description>Ajith - Using the query_posts() function theoretically should work but it can have a tendency to break the next/previous navigation links. However it&#039;s worth trying first 
 
&lt;code&gt;query_posts($query_string.&#039;&amp;posts_per_page=3&#039;);&lt;/code&gt; 
 
Put the above before your loop. If that doesn&#039;t work then post up in the Blogging Tips forums and we can take it further in there, as you may need to use a plugin instead. 
 
Marian and Syed, thanks for the comments. </description>
		<content:encoded><![CDATA[<p>Ajith &#8211; Using the query_posts() function theoretically should work but it can have a tendency to break the next/previous navigation links. However it&#39;s worth trying first</p>
<p>&lt;code&gt;query_posts($query_string.&#39;&amp;posts_per_page=3&#39;);&lt;/code&gt;</p>
<p>Put the above before your loop. If that doesn&#39;t work then post up in the Blogging Tips forums and we can take it further in there, as you may need to use a plugin instead.</p>
<p>Marian and Syed, thanks for the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syed Balkhi</title>
		<link>http://www.bloggingtips.com/2008/09/21/create-a-magazine-style-theme-ii/#comment-248607</link>
		<dc:creator>Syed Balkhi</dc:creator>
		<pubDate>Mon, 22 Sep 2008 23:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3120#comment-248607</guid>
		<description>I have written an ebook about magazine style themes for wordpress which you can find on my blog. Good post Sarah :)</description>
		<content:encoded><![CDATA[<p>I have written an ebook about magazine style themes for wordpress which you can find on my blog. Good post Sarah <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marianmystery</title>
		<link>http://www.bloggingtips.com/2008/09/21/create-a-magazine-style-theme-ii/#comment-248581</link>
		<dc:creator>marianmystery</dc:creator>
		<pubDate>Mon, 22 Sep 2008 16:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3120#comment-248581</guid>
		<description>I hope you can post more tips and techniques like these. They really interest people like me who are new to all these blogging business. </description>
		<content:encoded><![CDATA[<p>I hope you can post more tips and techniques like these. They really interest people like me who are new to all these blogging business.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajith Edassery</title>
		<link>http://www.bloggingtips.com/2008/09/21/create-a-magazine-style-theme-ii/#comment-248274</link>
		<dc:creator>Ajith Edassery</dc:creator>
		<pubDate>Sun, 21 Sep 2008 21:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=3120#comment-248274</guid>
		<description>Hi, 
Thanks for this tip... I had another related query. See, I want to show the in archives the actual number of posts as per the wordpress reading settings (If I say, 5 there, I want 5 posts per page in the archives). However, on the homepage I want to show only 3. The problem for me is that the &#039;while (have_posts())...loop still fetches 5. If I put a break logic after three, when I browse the previous pages, I loose 2 articles... 
 
Pls help, 
Ajith </description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this tip&#8230; I had another related query. See, I want to show the in archives the actual number of posts as per the wordpress reading settings (If I say, 5 there, I want 5 posts per page in the archives). However, on the homepage I want to show only 3. The problem for me is that the &#39;while (have_posts())&#8230;loop still fetches 5. If I put a break logic after three, when I browse the previous pages, I loose 2 articles&#8230;</p>
<p>Pls help,</p>
<p>Ajith</p>
]]></content:encoded>
	</item>
</channel>
</rss>

