I have multiple weblogs using the same category group and categories. I’d like to set up an archive page listing every entry, regardless of weblog, under the appropriate category name.
Example:
<h3>Category 1</h3>
<p><ul><br />
<li>Entry from Weblog 1</li><br />
<li>Entry from Weblog 2</li><br />
</ul></p>
<h3>Category 2</h3>
<p><ul><br />
<li>Entry from Weblog 1</li><br />
<li>Entry from Weblog 2</li><br />
</ul></p>
<h3>Category 3</h3>
<p><ul><br />
<li>Entry from Weblog 1</li><br />
<li>Entry from Weblog 2</li><br />
</ul>I know it’s not possible using the category_archive tag, but is there a work-a-round?
Moderator’s note: Moved to Howto