I have 2.0 installed. I am using a tag cloud. I am confused about a few things.
1) I’ve set up the preferences to accept tags when input into this filed: Tags. But, when I add or edit an entry, I see that field PLUS I see a Tab at the top.
2) Inside the Tab at the top, even though I have entered a few tags in the field “Tags”. they do not show up under this tab.
3) There is also some odd js action (or something) going on withion the tab area. On the left side there odd square above a text box. When i enter text into the text box I get a yellow alert triangle with a ! in it. I don’t understand.
How am I supposed to have the client add tags to entries? via the extra field I created, or via the TAB? Is something not working correctly?
And finally, is there some example code for how to do the following:
4) I’d like to place the list of tags underneath each entry on the comments page. Is there an example of this code? A simple comma seperated list. Perhaps they would also be linked to a page with all the entries that use that word.
5) I’ve created a page in my blog called tags blog/tags and in it I’ve put the following:
{exp:tag:entries weblog="{my_weblog}" orderby="entry_date" sort="asc" limit="20"}
<div class="post">
{title}
Posted by {url_or_email_as_author} on {entry_date format=’%m/%d’} at {entry_date format=’%h:%i %A’}
<div class="thumb">
{mugshot}
</div>
<div class="excerpt">
{exp:word_limit total="70"}{summary}{/exp:word_limit}
Read more | Comment
</div>
</div> {/exp:tag:entries}
but when I click on my tagcloud items, it takes me to that template blog/tags page, but no entries show. What am I doing wrong?
Whew!
