Hi,
I’m trying to set up Tags across multiple weblogs. I have quite a few. Each section of the site has its own weblog to keep the content organized.
I am printing my tag cloud like so:
{exp:tag:cloud weblog="actdeclaration|acteducation|actlinks|actprofiles|infoeducation|infofactsheets|inforesources|infothingsyou|lifefashion|lifequizzes|lifestuff|lifetop10lists" groups="5" start="6" step="2" limit="30"} <a href="/tag/{tag_name}" style="font-size: {step}px;">{tag_name}</a> {/exp:tag:cloud}
This works great, as far as I can tell.
Now, I don’t know how to set up the tag template that you are directed to when you click on a tag in the tag cloud.
Does the following make sense?
{exp:tag:entries weblog="actdeclaration|acteducation|actlinks|actprofiles|infoeducation|infofactsheets|inforesources|infothingsyou|lifefashion|lifequizzes|lifestuff|lifetop10lists" orderby="entry_date" marker="tag" sort="asc" limit="30"}
<h2>{tag} - {title}</h2>
{body}
{/exp:tag:entries}
I want to create listing of all entries tagged with a particular tag irrespective of the weblog it comes from. Can I do this?
Thanks,
Georges
