<?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: Category Templates</title>
		<link>http://www.themolitor.com/forums/topic/category-templates</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Category Templates</description>
		<language>en-US</language>
		<pubDate>Mon, 04 May 2026 05:54: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/category-templates" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Category Templates"</title>
			<link>http://www.themolitor.com/forums/topic/category-templates#post-3267</link>
			<pubDate>Tue, 19 Jul 2011 09:37:31 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">3267@http://www.themolitor.com/forums/</guid>
			<description><p>If you open up "archive.php", on line 41 is where the non-blog content is displayed. </p>
<p>Currently the #main container is setup to show only the category title, description and the pagination links. You can add the WordPress loop there and have it display the post title and link as you mentioned above.</p>
<p>For example (not tested)...</p>
<pre><code>} else { //IF NOT BLOG CATEGORY...
if (have_posts()) {
    //NEW PART...
    while (have_posts()) : the_post(); ?&#62;
        &#60;a href=&#34;&#60;?php the_permalink();?&#62;&#34;&#62;&#60;?php the_title();?&#62;&#60;/a&#62;
    &#60;?php endwhile;
    //END NEW PART...</code></pre></description>
		</item>
		<item>
			<title>inventor on "Category Templates"</title>
			<link>http://www.themolitor.com/forums/topic/category-templates#post-3255</link>
			<pubDate>Mon, 18 Jul 2011 11:57:29 +0000</pubDate>
			<dc:creator>inventor</dc:creator>
			<guid isPermaLink="false">3255@http://www.themolitor.com/forums/</guid>
			<description><p>Would like the ability to create and customize some category templates but not sure where to begin with this theme.</p>
<p>I'm creating a site for an entire state and the main categories are the cities within that state. So if for example someone clicked on the category of Portland from a menu link or breadcrumb it would show the posts as pins on the map but also it would have the titles of the posts listed within the #main container like so:</p>
<p>Portland</p>
<p>• Mikes Burger Joint<br />
• Joe's Car Wash<br />
• Pets R Us<br />
• Walmart<br />
• Etc.</p>
<p>When someone clicked on the links of the businesses they would go to the single post map as normal</p>
<p>Any suggestions on where to begin would be appreciated
</p></description>
		</item>

	</channel>
</rss>
