<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Blog Template on Home Page</title>
		<link>http://www.themolitor.com/forums/topic/blog-template-on-home-page</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Blog Template on Home Page</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 17:43:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/blog-template-on-home-page" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Blog Template on Home Page"</title>
			<link>http://www.themolitor.com/forums/topic/blog-template-on-home-page#post-8292</link>
			<pubDate>Fri, 30 Mar 2012 13:50:20 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">8292@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try replacing the following...</p>
<p><code>&#60;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#62;</code></p>
<p>...with this...</p>
<pre><code>&#60;?php
$temp = $wp_query;
$wp_query= null;
$wp_query = new WP_Query();
$wp_query-&#62;query(&#039;category_name=blog&#38;showposts=10&#039;.&#039;&#38;paged=&#039;.$paged);
php while ($wp_query-&#62;have_posts()) : $wp_query-&#62;the_post();
?&#62;</code></pre>
<p>...then, towards the bottom, remove <code>&#60;?php endif;?&#62;</code> and add the following after <code>&#60;?php get_template_part(&#34;navigation&#34;); ?&#62;</code>...</p>
<p><code>&#60;?php $wp_query = null; $wp_query = $temp;?&#62;</code></p>
<p>I haven't tested this, so if it doesn't work, we'll have to ask that you submit a customization request here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Justin on "Blog Template on Home Page"</title>
			<link>http://www.themolitor.com/forums/topic/blog-template-on-home-page#post-8262</link>
			<pubDate>Thu, 29 Mar 2012 19:19:35 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">8262@http://www.themolitor.com/forums/</guid>
			<description><p>Hey Flo,</p>
<p>The theme really isn't meant to display the Homepage as the blog - which you have setup.  I'm going to set this to Pending so that Chris can take a look.  I'm hopeful that there is a quick fix to this issue you're having.</p>
<p>I appreciate your patience as we look into it.</p>
<p>Thanks,<br />
Justin
</p></description>
		</item>
		<item>
			<title>bflow.in on "Blog Template on Home Page"</title>
			<link>http://www.themolitor.com/forums/topic/blog-template-on-home-page#post-8234</link>
			<pubDate>Thu, 29 Mar 2012 00:34:07 +0000</pubDate>
			<dc:creator>bflow.in</dc:creator>
			<guid isPermaLink="false">8234@http://www.themolitor.com/forums/</guid>
			<description><p>Hey Justin,</p>
<p>thanks :)<br />
The option "Blog pages show at most" is set to 10 and "Syndication feeds show the most recent" is also set to 10.<br />
I hope that's the information you needed.</p>
<p>Thanks,<br />
Flo
</p></description>
		</item>
		<item>
			<title>Justin on "Blog Template on Home Page"</title>
			<link>http://www.themolitor.com/forums/topic/blog-template-on-home-page#post-8216</link>
			<pubDate>Wed, 28 Mar 2012 18:02:51 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">8216@http://www.themolitor.com/forums/</guid>
			<description><p>Hey Bflow,</p>
<p>Nice looking site!  Can you do me a favor and let me know how many posts are set to display in the Settings &#62; Reading section?  </p>
<p>That's my first step to resolving the issue you're experiencing.</p>
<p>Thanks,<br />
Justin
</p></description>
		</item>
		<item>
			<title>bflow.in on "Blog Template on Home Page"</title>
			<link>http://www.themolitor.com/forums/topic/blog-template-on-home-page#post-8136</link>
			<pubDate>Tue, 27 Mar 2012 03:45:50 +0000</pubDate>
			<dc:creator>bflow.in</dc:creator>
			<guid isPermaLink="false">8136@http://www.themolitor.com/forums/</guid>
			<description><p>Hey there!</p>
<p>I'd like the homepage to be in the Blog design. However, I couldn't find such an option in the BE.<br />
Therefore I created a page which uses the Blog layout and changed in the menu "settings -&#62; reading" the front page display to "a static page" and selected my Blog page.</p>
<p>Basically it's displayed correctly but it's not working the right way. If I scroll down to the very end of the page (and posts) it starts to load and display the upper posts again (as seen on <a href="http://blog.bflow.in/)" rel="nofollow">http://blog.bflow.in/)</a>.</p>
<p>Could you help me with that?</p>
<p>Thanks alot!
</p></description>
		</item>

	</channel>
</rss>
