<?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: No pagination on homepage</title>
		<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage</link>
		<description>THE MOLITOR FORUMS &#187; Topic: No pagination on homepage</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:58:28 +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/no-pagination-on-homepage" rel="self" type="application/rss+xml" />

		<item>
			<title>ander on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-26768</link>
			<pubDate>Wed, 29 Jan 2014 10:11:50 +0000</pubDate>
			<dc:creator>ander</dc:creator>
			<guid isPermaLink="false">26768@http://www.themolitor.com/forums/</guid>
			<description><p>My client wants pagination too so her visitors can click to older posts.<br />
Would you please send me the "view all" code as well?<br />
Thanks! </p>
<p>lorene [at] loreneanderson [dot] com</p>
<p>Thanks!!
</p></description>
		</item>
		<item>
			<title>steliodj on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-25971</link>
			<pubDate>Tue, 31 Dec 2013 04:34:14 +0000</pubDate>
			<dc:creator>steliodj</dc:creator>
			<guid isPermaLink="false">25971@http://www.themolitor.com/forums/</guid>
			<description><p>thanks</p>
<p>stelios [at] natriox [dot] com
</p></description>
		</item>
		<item>
			<title>waqas on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-25970</link>
			<pubDate>Tue, 31 Dec 2013 04:26:39 +0000</pubDate>
			<dc:creator>waqas</dc:creator>
			<guid isPermaLink="false">25970@http://www.themolitor.com/forums/</guid>
			<description><p>Give me your email. will send you
</p></description>
		</item>
		<item>
			<title>steliodj on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-25969</link>
			<pubDate>Tue, 31 Dec 2013 02:15:57 +0000</pubDate>
			<dc:creator>steliodj</dc:creator>
			<guid isPermaLink="false">25969@http://www.themolitor.com/forums/</guid>
			<description><p>Hm...so it is simple CSS...that must also be the reason that when i add a "VIEW ALL" button it adds it next to the tabs instead inside of the tab.</p>
<p>Is it too much to ask for your customised code ?</p>
<p>cheers,<br />
stelios
</p></description>
		</item>
		<item>
			<title>waqas on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-25968</link>
			<pubDate>Tue, 31 Dec 2013 02:06:44 +0000</pubDate>
			<dc:creator>waqas</dc:creator>
			<guid isPermaLink="false">25968@http://www.themolitor.com/forums/</guid>
			<description><p>Yes, I replaced the tabs completely with static pages with loop and pagination inside. The biggest reason you can't implement pagination to tabs is that they are not loaded via ajax. They are simple css tabs.
</p></description>
		</item>
		<item>
			<title>steliodj on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-25966</link>
			<pubDate>Tue, 31 Dec 2013 01:15:25 +0000</pubDate>
			<dc:creator>steliodj</dc:creator>
			<guid isPermaLink="false">25966@http://www.themolitor.com/forums/</guid>
			<description><p>Hi wagas,</p>
<p>Have you found any way to implement a navigation ?</p>
<p>It is weird not being able to have navigation there...or at least a view all button/link or something similar.
</p></description>
		</item>
		<item>
			<title>waqas on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-24288</link>
			<pubDate>Fri, 01 Nov 2013 10:42:19 +0000</pubDate>
			<dc:creator>waqas</dc:creator>
			<guid isPermaLink="false">24288@http://www.themolitor.com/forums/</guid>
			<description><p>No, I think AJAX will not load the all three loop at once, but will load page (lets say featured-posts.php) only when the button "featured" or "bookmark" be pressed.</p>
<p>Just for example. This theme (<a href="http://glorm.com/themes/pilcrow/" rel="nofollow">http://glorm.com/themes/pilcrow/</a>) populates the full posts only when clicked. Just consider the full post as page in our case.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-24284</link>
			<pubDate>Fri, 01 Nov 2013 09:39:23 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24284@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I appreciate the feedback, but using multiple loops is common/best practice for achieving the intended effect. </p>
<p>Using an AJAX approach, not only would 3 separate loops still be used (i.e. front page loop, feature page loop and popular page loop), but you would also have to wait for 2 additional pages to be loaded/pulled into the front page. This would only increase loading times from what they currently are.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>waqas on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-24273</link>
			<pubDate>Thu, 31 Oct 2013 22:56:48 +0000</pubDate>
			<dc:creator>waqas</dc:creator>
			<guid isPermaLink="false">24273@http://www.themolitor.com/forums/</guid>
			<description><p>Hey,</p>
<p>Just a thought. </p>
<p>You should have used separate pages for "featured and popular" posts and ajax to populate posts onto homepage, instead of tabs, in order to include the pagination. Also currently tabs load posts from 3 wordpress loops. Which increases the page load time.</p>
<p>Hope you'd not mind a suggestion :D
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-24267</link>
			<pubDate>Thu, 31 Oct 2013 12:00:34 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24267@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>As mentioned above, navigation.php was used for static front pages, not the default home page with tabbed content.</p>
<p>Thanks for sharing the link! I'll mark this for review, but I have no time frame or guarantee for implementation.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>waqas on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-24263</link>
			<pubDate>Thu, 31 Oct 2013 10:15:55 +0000</pubDate>
			<dc:creator>waqas</dc:creator>
			<guid isPermaLink="false">24263@http://www.themolitor.com/forums/</guid>
			<description><p>Just a tip: <a href="http://wordpress.stackexchange.com/questions/119995/tabbed-content-with-pagination" rel="nofollow">http://wordpress.stackexchange.com/questions/119995/tabbed-content-with-pagination</a></p>
<p>Please tell me should I wait for it or not?
</p></description>
		</item>
		<item>
			<title>waqas on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-24259</link>
			<pubDate>Thu, 31 Oct 2013 09:42:38 +0000</pubDate>
			<dc:creator>waqas</dc:creator>
			<guid isPermaLink="false">24259@http://www.themolitor.com/forums/</guid>
			<description><p>If pagination is not supported function, then what is the purpose of navigation.php</p>
<p>It is a very basic thing that a wordpress theme should have. Its impossible to show all the latest posts at one page. They could be 100s.</p>
<p>Also I noticed you used the following code to limit the posts per page. If that is so, where the rest of posts should appear?</p>
<p>$postsPerPage = get_option( 'posts_per_page');
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-24258</link>
			<pubDate>Thu, 31 Oct 2013 09:22:50 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24258@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I just updated the theme to version 1.1.0 yesterday. With previous versions, the default home page was generated by the front-page.php template file and index.php was used for static front pages.</p>
<p>As shown on the demo site for the theme, pagination is not supported on the home page as the tab feature (i.e. latest, featured, popular) prevents that functionality.</p>
<p>With the latest version of the theme, I removed front-page.php and use index.php as the default home page. Still, pagination is not a supported feature for reasons mentioned above.</p>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>waqas on "No pagination on homepage"</title>
			<link>http://www.themolitor.com/forums/topic/no-pagination-on-homepage#post-24247</link>
			<pubDate>Thu, 31 Oct 2013 08:06:09 +0000</pubDate>
			<dc:creator>waqas</dc:creator>
			<guid isPermaLink="false">24247@http://www.themolitor.com/forums/</guid>
			<description><p>Just installed the theme for the first time. Although index.php includes get_template_part('navigation'); but pagination wont show up.</p>
<p>I hope it has nothing to do with settings.
</p></description>
		</item>

	</channel>
</rss>
