<?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: How to make a WordPress archive page</title>
	<atom:link href="http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/</link>
	<description>WordPress made easy</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:19:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stephen</title>
		<link>http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/#comment-8787</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 27 Jul 2010 19:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=562#comment-8787</guid>
		<description>Sue,
Ordinarily, when you choose a category it takes you to an archive page with all the post content under that category.

I want my categories to be landing pages, with an index of links to posts under that category. That way i can funnel all the link juice to my category landing pages which will be moneterised.

I would also like to edit thoes pages with the visual editor.

Is this possible.
thank you
Stephen</description>
		<content:encoded><![CDATA[<p>Sue,<br />
Ordinarily, when you choose a category it takes you to an archive page with all the post content under that category.</p>
<p>I want my categories to be landing pages, with an index of links to posts under that category. That way i can funnel all the link juice to my category landing pages which will be moneterised.</p>
<p>I would also like to edit thoes pages with the visual editor.</p>
<p>Is this possible.<br />
thank you<br />
Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SnowFoxCreations</title>
		<link>http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/#comment-4373</link>
		<dc:creator>SnowFoxCreations</dc:creator>
		<pubDate>Tue, 06 Apr 2010 20:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=562#comment-4373</guid>
		<description>Thank you!  I used this for my blog&#039;s archive page, and it&#039;s working beautifully. :)</description>
		<content:encoded><![CDATA[<p>Thank you!  I used this for my blog's archive page, and it's working beautifully. <img src='http://blogmum.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SuperGrouper (SnowFox Creations)</title>
		<link>http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/#comment-4374</link>
		<dc:creator>SuperGrouper (SnowFox Creations)</dc:creator>
		<pubDate>Tue, 06 Apr 2010 19:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=562#comment-4374</guid>
		<description>How to make a #WordPress archive page: http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/  I&#039;ve done it &amp; it works.</description>
		<content:encoded><![CDATA[<p>How to make a #WordPress archive page: <a href="http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/" rel="nofollow">http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/</a>  I've done it &#038; it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue</title>
		<link>http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/#comment-1847</link>
		<dc:creator>Sue</dc:creator>
		<pubDate>Thu, 12 Nov 2009 13:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=562#comment-1847</guid>
		<description>Hi Eric, 
You need to use the_time() template tag  - 
http://codex.wordpress.org/Template_Tags/the_time

By default, it uses whatever you have for your date settings under Admin &gt; Settings &gt; General, or you can fix the format on a per-use basis. It uses the same format as PHP&#039;s date function, so e.g. 
the_time(&#039;F j, Y&#039;);
gives you Month date, 4-figure year</description>
		<content:encoded><![CDATA[<p>Hi Eric,<br />
You need to use the_time() template tag  -<br />
<a href="http://codex.wordpress.org/Template_Tags/the_time" rel="nofollow">http://codex.wordpress.org/Template_Tags/the_time</a></p>
<p>By default, it uses whatever you have for your date settings under Admin > Settings > General, or you can fix the format on a per-use basis. It uses the same format as PHP's date function, so e.g.<br />
the_time('F j, Y');<br />
gives you Month date, 4-figure year</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/#comment-1840</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 12 Nov 2009 02:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=562#comment-1840</guid>
		<description>Thanks for summing this up, Sue. If I&#039;m doing my archives by post name with postbypost, is there a way to have each post&#039;s date listed after its title? Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Thanks for summing this up, Sue. If I'm doing my archives by post name with postbypost, is there a way to have each post's date listed after its title? Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue</title>
		<link>http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/#comment-1722</link>
		<dc:creator>Sue</dc:creator>
		<pubDate>Tue, 27 Oct 2009 10:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=562#comment-1722</guid>
		<description>Sterndal, it&#039;s this plugin: http://fiddyp.co.uk/twitip-id-plugin-add-a-twitter-field-to-your-comment-form-easily/</description>
		<content:encoded><![CDATA[<p>Sterndal, it's this plugin: <a href="http://fiddyp.co.uk/twitip-id-plugin-add-a-twitter-field-to-your-comment-form-easily/" rel="nofollow">http://fiddyp.co.uk/twitip-id-plugin-add-a-twitter-field-to-your-comment-form-easily/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sterndal</title>
		<link>http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/#comment-1700</link>
		<dc:creator>sterndal</dc:creator>
		<pubDate>Sun, 25 Oct 2009 06:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=562#comment-1700</guid>
		<description>hello ma&#039;am

great post

it&#039;s very easy to understand!

i just noticed that commenters in your blog have the option for twitter id

how did you do that?

thanks!</description>
		<content:encoded><![CDATA[<p>hello ma'am</p>
<p>great post</p>
<p>it's very easy to understand!</p>
<p>i just noticed that commenters in your blog have the option for twitter id</p>
<p>how did you do that?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amr</title>
		<link>http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/#comment-1612</link>
		<dc:creator>Amr</dc:creator>
		<pubDate>Fri, 16 Oct 2009 15:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=562#comment-1612</guid>
		<description>This is a wonderful and really useful tutorial. it is pretty clear and simple and was so helpful for me as a beginner in the WordPress world. thank you for this and keep going.</description>
		<content:encoded><![CDATA[<p>This is a wonderful and really useful tutorial. it is pretty clear and simple and was so helpful for me as a beginner in the WordPress world. thank you for this and keep going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alrassed</title>
		<link>http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/#comment-1029</link>
		<dc:creator>alrassed</dc:creator>
		<pubDate>Mon, 31 Aug 2009 23:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=562#comment-1029</guid>
		<description>hi 

thank you</description>
		<content:encoded><![CDATA[<p>hi </p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue</title>
		<link>http://blogmum.com/2009/05/how-to-make-a-wordpress-archive-page/#comment-840</link>
		<dc:creator>Sue</dc:creator>
		<pubDate>Sat, 08 Aug 2009 19:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=562#comment-840</guid>
		<description>Hi John, 

Yes, there is... depending on exactly what you&#039;re trying to do. 

&lt;b&gt;Normal category archives&lt;/b&gt;
are generated by default. If you want to create a list of them, &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_list_categories&quot; rel=&quot;nofollow&quot;&gt;wp_list_categories()&lt;/a&gt; will do that for you, 
or if your theme has a widgetised sidebar, there&#039;s an inbuilt widget to create a list of category archive links. 


&lt;b&gt;Changing the layout for specific categories&lt;/b&gt;
If you want one particular category archive to have its own special layout, then you can do that too.  You need to make an extra theme file called category-xx.php where xx is the number of the category you want the archive to be for. 

(Find the category ID by navigating to Admin &gt; Posts &gt; Categories and then hovering over the link to the relevant category; in the browser status bar, you&#039;ll see ....cat_ID=xx - and that&#039;s the number you want.)

That would give you a specific page for one category; you can do this for just one category, or a few, or all of them. Any categories which don&#039;t have their own individual page like this will use the default archive page from your theme. 

The &lt;a href=&quot;http://codex.wordpress.org/Template_Hierarchy&quot; rel=&quot;nofollow&quot;&gt;Codex page on template hierarchy&lt;/a&gt; will explain a little bit more about how this works, but do &lt;a href=&quot;http://blogmum.com/contact/&quot; rel=&quot;nofollow&quot;&gt;give me a shout&lt;/a&gt; or leave another comment if you need more help.</description>
		<content:encoded><![CDATA[<p>Hi John, </p>
<p>Yes, there is... depending on exactly what you're trying to do. </p>
<p><b>Normal category archives</b><br />
are generated by default. If you want to create a list of them, <a href="http://codex.wordpress.org/Template_Tags/wp_list_categories" rel="nofollow">wp_list_categories()</a> will do that for you,<br />
or if your theme has a widgetised sidebar, there's an inbuilt widget to create a list of category archive links. </p>
<p><b>Changing the layout for specific categories</b><br />
If you want one particular category archive to have its own special layout, then you can do that too.  You need to make an extra theme file called category-xx.php where xx is the number of the category you want the archive to be for. </p>
<p>(Find the category ID by navigating to Admin > Posts > Categories and then hovering over the link to the relevant category; in the browser status bar, you'll see ....cat_ID=xx - and that's the number you want.)</p>
<p>That would give you a specific page for one category; you can do this for just one category, or a few, or all of them. Any categories which don't have their own individual page like this will use the default archive page from your theme. </p>
<p>The <a href="http://codex.wordpress.org/Template_Hierarchy" rel="nofollow">Codex page on template hierarchy</a> will explain a little bit more about how this works, but do <a href="http://blogmum.com/contact/" rel="nofollow">give me a shout</a> or leave another comment if you need more help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
