Ric - 16 February 2008 06:55 PM
1. How do i output an entries associated tags to the title tag?
I’m not sure I understand what you’re looking for, but have a look at the Tag 2.0 Tags Documentation
The following code outputs the Tags related to that entry:
{exp:tag:tags entry_id="{entry_id}" type="weblog" backspace="2" orderby="clicks" sort="desc" limit="10"}
<a href="{path='tags/tag'}{websafe_tag}" title="{tag_name}">{tag}</a>,
{/exp:tag:tags}
Ric - 16 February 2008 06:55 PM
2. How do I filter for the specific tag name in the title tag when a user clicks on a tag link? i.e.
www.mycooldomain.com/tags/macbook+air/ !
The above example is a method in which you might generate the links. When those are clicked, it will create the URL and that page (template) will load all entries with that Tag name.
Note: The path=‘tags/tag’ part should be set to an existing template, or you should create a template called ‘tags’.
Be sure to keep the ‘tag’ part in the path, although it is NOT a template - only a URL keyword to trigger the Tag:Entries loop.
Your ‘tags’ template should follow the guidelines of the Tag 2.0 Entries documentation for you to show a result page.
Ric - 16 February 2008 06:55 PM
How do I display the MacBook Air tag name in the <title> like here: http://macitt.com/tag/macbook air
This is currently not a feature, although in the next release of Tag 2.1 (which will be very soon), will have this ability.
Until then, here’s a couple workarounds:
http://www.solspace.com/forums/viewthread/509/
Let me know if you have any further questions 