I am using the Tags module to show a tag cloud, and then go to details of the entries containing that tag.
I am trying to add detailed highlights for frequent tags. I have created a separate weblog (wlhilites), with one entry for each frequent tag, including a field for the tag (tagname), and a field for the summary (taghighlights).
Am trying to embed the summary as part of the template for tag results.
The following template command successfully displays the tag in the tag cloud users clicked on to go to the details_about_entries_with_that_tag page:
{exp:tag:tag_name}
However, nothing I have tried enables me to use that value within the weblog:entries statement I need to display the desired weblog field for the entry (there is one entry per tag)
Here is an example failed attempt (I have tried myriad variations:
{exp:weblog:entries weblog="wlhilites" tagname == tag:tag_name dynamic="off"}
{taghighlights}
{/exp:weblog:entries}
Thanks for any help you can provide.
fyisite,
The Tag module is a third party module and as such, a parameter for it does not exist in the weblog module.
I am pretty sure you should be using the following approach.
Solspace Tag Docs: Tag 2.6 Entries
I am going to move this thread into the Modules: Discussion and Questions for you.
BTW, my tag cloud is working fine
http://www.investigaming.com/index/tags/
I just want to enhance what visitors see when they click on a word in the tag cloud, (e.g., http://www.investigaming.com/index/tag/children) by including research highlights (that I have written, and placed in a field in a weblog) before the list of tagged entries.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.