<?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: [Homepage] Tabs with latest posts</title>
		<link>http://www.themolitor.com/forums/topic/homepage-tabs-with-latest-posts</link>
		<description>THE MOLITOR FORUMS &#187; Topic: [Homepage] Tabs with latest posts</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 22:14:25 +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/homepage-tabs-with-latest-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>Gates on "[Homepage] Tabs with latest posts"</title>
			<link>http://www.themolitor.com/forums/topic/homepage-tabs-with-latest-posts#post-405</link>
			<pubDate>Sun, 24 Jan 2010 23:52:07 +0000</pubDate>
			<dc:creator>Gates</dc:creator>
			<guid isPermaLink="false">405@http://www.themolitor.com/forums/</guid>
			<description><p>But I have a lot of categories and I don't want the latest posts of just one category on the homepage.<br />
And there was a second problem: the category tabs didn't work because of a javascript conflict after adding <a href="http://jqueryglobe.com/labs/feature_list/">Feature List</a>. Thus it was also necessary.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "[Homepage] Tabs with latest posts"</title>
			<link>http://www.themolitor.com/forums/topic/homepage-tabs-with-latest-posts#post-402</link>
			<pubDate>Sun, 24 Jan 2010 17:32:09 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">402@http://www.themolitor.com/forums/</guid>
			<description><p>An easier way is just specifying one category (not 6) on the theme options page ;-)
</p></description>
		</item>
		<item>
			<title>Gates on "[Homepage] Tabs with latest posts"</title>
			<link>http://www.themolitor.com/forums/topic/homepage-tabs-with-latest-posts#post-401</link>
			<pubDate>Sun, 24 Jan 2010 06:34:06 +0000</pubDate>
			<dc:creator>Gates</dc:creator>
			<guid isPermaLink="false">401@http://www.themolitor.com/forums/</guid>
			<description><p>Google provided me the solution</p>
<pre><code>&#60;?php $paged = (get_query_var(&#39;paged&#39;)) ? get_query_var(&#39;paged&#39;) : 1;
query_posts(&#39;showposts=5&#38;paged=&#39;.$paged); ?&#62;</code></pre>
<p>This should be added in front of the code in my previous post. And the number 5 can be changed.
</p></description>
		</item>
		<item>
			<title>Gates on "[Homepage] Tabs with latest posts"</title>
			<link>http://www.themolitor.com/forums/topic/homepage-tabs-with-latest-posts#post-400</link>
			<pubDate>Sun, 24 Jan 2010 06:00:33 +0000</pubDate>
			<dc:creator>Gates</dc:creator>
			<guid isPermaLink="false">400@http://www.themolitor.com/forums/</guid>
			<description><p>I would like to delete the tab/category switcher with the latest posts. I want one list with latest post.<br />
I've tried it with deleting everything between and including &#60; div id="tabs"&#62; &#60; /div&#62; and replace that with the following code:</p>
<pre><code>&#60;?php while (have_posts()) : the_post(); ?&#62;
	&#60;div class=&#34;post&#34;&#62;

	&#60;?php include(&#34;firstimage.php&#34;); ?&#62;
	&#60;?php include(&#34;thumbnail.php&#34;); ?&#62;

	&#60;h2 class=&#34;posttitle&#34;&#62;
	&#60;a href=&#34;&#60;?php the_permalink() ?&#62;&#34; rel=&#34;bookmark&#34; title=&#34;&#60;?php the_title_attribute(); ?&#62;&#34;&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;
	&#60;/h2&#62;
	&#60;small&#62;&#60;?php the_time(&#39;d/m/Y&#39;) ?&#62;&#60;/small&#62;

	&#60;p class=&#34;sample&#34;&#62;
		&#60; ?php the_content_rss(&#39;&#39;, TRUE, &#39;&#39;, 33); ?&#62;
		&#60;a class=&#34;continue&#34; href=&#34;&#60;?php the_permalink() ?&#62;&#34;&#62;Lees verder »&#60;/a&#62;
	&#60;/p&#62;

        &#60;div class=&#34;clear&#34;&#62;&#60; /div&#62;
	&#60;/div&#62;&#60; !--end post--&#62;

&#60;?php endwhile; ?&#62;</code></pre>
<p>It's not perfect yet; I need to style it because now the classes are changed, but I think I can solve that. The problem is: How can I code a maximum of visible latest posts on the homepage. I don't want a list of all the posts.</p>
<p>Kind regards
</p></description>
		</item>

	</channel>
</rss>
