<?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: Eureka! Indexes in Chronological Order</title>
	<atom:link href="http://englishmike.net/2008/08/30/eureka-indexes-in-chronological-order/feed/" rel="self" type="application/rss+xml" />
	<link>http://englishmike.net/2008/08/30/eureka-indexes-in-chronological-order/</link>
	<description>The random musings of an indolent writer.</description>
	<lastBuildDate>Sat, 06 Feb 2010 09:45: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: English Mike</title>
		<link>http://englishmike.net/2008/08/30/eureka-indexes-in-chronological-order/comment-page-1/#comment-1136</link>
		<dc:creator>English Mike</dc:creator>
		<pubDate>Fri, 05 Sep 2008 19:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://englishmike.net/?p=219#comment-1136</guid>
		<description>Edie,

I should have commented on the code you posted -- sorry about that.

It looks as though you are trying to put all the indexes on the same page -- at least I believe that&#039;s what the code looks like it would do if you were not getting the syntax error.  You can do this without any code -- just by adding the short codes on after the other:

[az-index id=&quot;1&quot;]
[az-index id=&quot;2&quot;]
[az-index id=&quot;3&quot;]  and so on.

But don&#039;t think that is what you want.  In any case, you should not put that code in a the post_loop -- I don&#039;t think that has any chance of working the way you want it to.  My best advice is to follow the instructions I gave above, and then all you will need in your blog index page is 

[az-index id=&quot;23&quot;] (or whatever the top-level index id is).

EM</description>
		<content:encoded><![CDATA[<p>Edie,</p>
<p>I should have commented on the code you posted &#8212; sorry about that.</p>
<p>It looks as though you are trying to put all the indexes on the same page &#8212; at least I believe that&#8217;s what the code looks like it would do if you were not getting the syntax error.  You can do this without any code &#8212; just by adding the short codes on after the other:</p>
<p>[az-index id="1"]<br />
[az-index id="2"]<br />
[az-index id="3"]  and so on.</p>
<p>But don&#8217;t think that is what you want.  In any case, you should not put that code in a the post_loop &#8212; I don&#8217;t think that has any chance of working the way you want it to.  My best advice is to follow the instructions I gave above, and then all you will need in your blog index page is </p>
<p>[az-index id="23"] (or whatever the top-level index id is).</p>
<p>EM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: English Mike</title>
		<link>http://englishmike.net/2008/08/30/eureka-indexes-in-chronological-order/comment-page-1/#comment-1135</link>
		<dc:creator>English Mike</dc:creator>
		<pubDate>Fri, 05 Sep 2008 19:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://englishmike.net/?p=219#comment-1135</guid>
		<description>Hey Edie -- sorry it took so long to get back to you.  What you did wasn&#039;t exactly what I was suggesting.  You created indexes for each of your categories, which is correct, but then you should not have to write any code to create another page for the top-level index.  Why not just let AZIndex do it for you?

Let me explain.

When you created all those indexes (1-22) AZIndex also created a page for each of them (they will be created &quot;unpublished&quot;).   Create one more index and set it to include &quot;Pages Only&quot; which have the tag &quot;index&quot; (or something similar).  

Now, to add the &quot;index&quot; to the 22 index pages, you will have to install the plugin &quot;tags4page&quot; -- http://wordpress.org/extend/plugins/tags4page/ -- since WordPress doesn&#039;t give you a way to tag pages (but they are supported once you add them).  And so your top-level index is an index of other index pages.  You should not have to write any code at all.

This may be a little work to set it up, but if you ever add a new category, all you have to do is create a new index for that category and add the &quot;index&quot; tag to the new index&#039;s blog page and it will be added to the top-level index automatically.

Note: if you don&#039;t want your index pages appearing in a list of pages (which some themes put on the home page) then make the top-level index page the parent page for all the other pages.</description>
		<content:encoded><![CDATA[<p>Hey Edie &#8212; sorry it took so long to get back to you.  What you did wasn&#8217;t exactly what I was suggesting.  You created indexes for each of your categories, which is correct, but then you should not have to write any code to create another page for the top-level index.  Why not just let AZIndex do it for you?</p>
<p>Let me explain.</p>
<p>When you created all those indexes (1-22) AZIndex also created a page for each of them (they will be created &#8220;unpublished&#8221;).   Create one more index and set it to include &#8220;Pages Only&#8221; which have the tag &#8220;index&#8221; (or something similar).  </p>
<p>Now, to add the &#8220;index&#8221; to the 22 index pages, you will have to install the plugin &#8220;tags4page&#8221; &#8212; <a href="http://wordpress.org/extend/plugins/tags4page/" rel="nofollow" onclick="urchinTracker('/outgoing/wordpress.org/extend/plugins/tags4page/?referer=');">http://wordpress.org/extend/plugins/tags4page/</a> &#8212; since WordPress doesn&#8217;t give you a way to tag pages (but they are supported once you add them).  And so your top-level index is an index of other index pages.  You should not have to write any code at all.</p>
<p>This may be a little work to set it up, but if you ever add a new category, all you have to do is create a new index for that category and add the &#8220;index&#8221; tag to the new index&#8217;s blog page and it will be added to the top-level index automatically.</p>
<p>Note: if you don&#8217;t want your index pages appearing in a list of pages (which some themes put on the home page) then make the top-level index page the parent page for all the other pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edie - referáty</title>
		<link>http://englishmike.net/2008/08/30/eureka-indexes-in-chronological-order/comment-page-1/#comment-868</link>
		<dc:creator>Edie - referáty</dc:creator>
		<pubDate>Mon, 01 Sep 2008 13:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://englishmike.net/?p=219#comment-868</guid>
		<description>It does not show code, so I placed it here: http://podpora.dgx.cz/wordpress/viewtopic.php?pid=11494#p11494</description>
		<content:encoded><![CDATA[<p>It does not show code, so I placed it here: <a href="http://podpora.dgx.cz/wordpress/viewtopic.php?pid=11494#p11494" rel="nofollow" onclick="urchinTracker('/outgoing/podpora.dgx.cz/wordpress/viewtopic.php?pid=11494_p11494&amp;referer=');">http://podpora.dgx.cz/wordpress/viewtopic.php?pid=11494#p11494</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edie - referáty</title>
		<link>http://englishmike.net/2008/08/30/eureka-indexes-in-chronological-order/comment-page-1/#comment-867</link>
		<dc:creator>Edie - referáty</dc:creator>
		<pubDate>Mon, 01 Sep 2008 13:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://englishmike.net/?p=219#comment-867</guid>
		<description>There is code:











 

 

 

 

 

 

 

























 

 </description>
		<content:encoded><![CDATA[<p>There is code:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edie - referáty</title>
		<link>http://englishmike.net/2008/08/30/eureka-indexes-in-chronological-order/comment-page-1/#comment-866</link>
		<dc:creator>Edie - referáty</dc:creator>
		<pubDate>Mon, 01 Sep 2008 13:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://englishmike.net/?p=219#comment-866</guid>
		<description>I hope my last message on this post. I tried to create my indexes:











 

 

 

 

 

 

 

























 

 

But is shows me this mistake:

Parse error: syntax error, unexpected $end in...

:(</description>
		<content:encoded><![CDATA[<p>I hope my last message on this post. I tried to create my indexes:</p>
<p>But is shows me this mistake:</p>
<p>Parse error: syntax error, unexpected $end in&#8230;</p>
<p> <img src='http://englishmike.net/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: English Mike</title>
		<link>http://englishmike.net/2008/08/30/eureka-indexes-in-chronological-order/comment-page-1/#comment-839</link>
		<dc:creator>English Mike</dc:creator>
		<pubDate>Sun, 31 Aug 2008 18:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://englishmike.net/?p=219#comment-839</guid>
		<description>No problem.  I hope you like the results!</description>
		<content:encoded><![CDATA[<p>No problem.  I hope you like the results!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edie - referáty</title>
		<link>http://englishmike.net/2008/08/30/eureka-indexes-in-chronological-order/comment-page-1/#comment-838</link>
		<dc:creator>Edie - referáty</dc:creator>
		<pubDate>Sun, 31 Aug 2008 18:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://englishmike.net/?p=219#comment-838</guid>
		<description>Yes, I agree I stardet creating indexes, it is arround 20. It´s ok. Thanks for your time.</description>
		<content:encoded><![CDATA[<p>Yes, I agree I stardet creating indexes, it is arround 20. It´s ok. Thanks for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: English Mike</title>
		<link>http://englishmike.net/2008/08/30/eureka-indexes-in-chronological-order/comment-page-1/#comment-835</link>
		<dc:creator>English Mike</dc:creator>
		<pubDate>Sun, 31 Aug 2008 16:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://englishmike.net/?p=219#comment-835</guid>
		<description>Edie, there is not a way to do this with one index, but you can create as many indexes as you want so you can create one index per category, and then you can create another index which just contains the other index pages.  In other words, you would be creating a top-level index, or an index of indexes.

For example, if you have four categories -- books, movies, music, television -- you can create one index for each category, and you will also have created four new pages with those indexes on them.  Next you can tag those index pages with a unique tag -- &quot;indexes&quot; -- and then create another index for all your other four index pages (select the &quot;pages only&quot; option in that index).

&lt;b&gt;Note:&lt;/b&gt; if you like this idea, then you will have to install a plugin that will allow you to add tags to blog pages.  I have used &quot;tags4page&quot; in the past -- http://wordpress.org/extend/plugins/tags4page/ -- which is simple to use. (There may be other plugins that do the same thing).

You can, of course, just create a static blog page which contains links to all your indexes, but the advantages of creating a top-level index is that when you add a new category and a new index, it will automatically be added to your top-level index (if you remember to tag it correctly) so there would be no need to edit the top-level index page.

If you only have a small number of categories -- up to 20? -- then that should be a workable solution.  If you have many more than that, it would probably take a long time to set up (though you should only have to do it once).  If you like the idea, test it out with a small number of indexes first to see if you like the results.

Let me know what you think.

EM</description>
		<content:encoded><![CDATA[<p>Edie, there is not a way to do this with one index, but you can create as many indexes as you want so you can create one index per category, and then you can create another index which just contains the other index pages.  In other words, you would be creating a top-level index, or an index of indexes.</p>
<p>For example, if you have four categories &#8212; books, movies, music, television &#8212; you can create one index for each category, and you will also have created four new pages with those indexes on them.  Next you can tag those index pages with a unique tag &#8212; &#8220;indexes&#8221; &#8212; and then create another index for all your other four index pages (select the &#8220;pages only&#8221; option in that index).</p>
<p><b>Note:</b> if you like this idea, then you will have to install a plugin that will allow you to add tags to blog pages.  I have used &#8220;tags4page&#8221; in the past &#8212; <a href="http://wordpress.org/extend/plugins/tags4page/" rel="nofollow" onclick="urchinTracker('/outgoing/wordpress.org/extend/plugins/tags4page/?referer=');">http://wordpress.org/extend/plugins/tags4page/</a> &#8212; which is simple to use. (There may be other plugins that do the same thing).</p>
<p>You can, of course, just create a static blog page which contains links to all your indexes, but the advantages of creating a top-level index is that when you add a new category and a new index, it will automatically be added to your top-level index (if you remember to tag it correctly) so there would be no need to edit the top-level index page.</p>
<p>If you only have a small number of categories &#8212; up to 20? &#8212; then that should be a workable solution.  If you have many more than that, it would probably take a long time to set up (though you should only have to do it once).  If you like the idea, test it out with a small number of indexes first to see if you like the results.</p>
<p>Let me know what you think.</p>
<p>EM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Sundholm</title>
		<link>http://englishmike.net/2008/08/30/eureka-indexes-in-chronological-order/comment-page-1/#comment-803</link>
		<dc:creator>Henrik Sundholm</dc:creator>
		<pubDate>Sun, 31 Aug 2008 09:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://englishmike.net/?p=219#comment-803</guid>
		<description>Just 700 posts? :p I have around 1500, and I write some 3-4-5 posts every day for my movieblog. Needless to say, my index is somewhat crowded ;-)</description>
		<content:encoded><![CDATA[<p>Just 700 posts? :p I have around 1500, and I write some 3-4-5 posts every day for my movieblog. Needless to say, my index is somewhat crowded <img src='http://englishmike.net/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edie - referáty</title>
		<link>http://englishmike.net/2008/08/30/eureka-indexes-in-chronological-order/comment-page-1/#comment-802</link>
		<dc:creator>Edie - referáty</dc:creator>
		<pubDate>Sun, 31 Aug 2008 09:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://englishmike.net/?p=219#comment-802</guid>
		<description>Thanks for fast reply! But my description was bad. 

I want to have your a-z index in every category (not index off all posts). In the first category (50 posts), second one (70 posts). Is any simple way how to do this?</description>
		<content:encoded><![CDATA[<p>Thanks for fast reply! But my description was bad. </p>
<p>I want to have your a-z index in every category (not index off all posts). In the first category (50 posts), second one (70 posts). Is any simple way how to do this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

