View Single Post
Old 01-19-2009, 08:21 PM   #1 (permalink)
EyeDentify
The Acquainted
 
EyeDentify's Avatar
 
Join Date: Nov 2007
Location: Sweden
Posts: 106
Thanks: 13
EyeDentify is on a distinguished road
Default Wordpress tags some show some donīt

Hello there fellow developers.

I am using the Wordpress 2.7 platform for my latest version of my blogg.

Anyway im having some kind of trouble with the tags.

Some tags will show up and some wont.

In my tag cloud i genereate with the template tag
wp_tag_cloud()

And my question to all you hardcore Wordpress hackers are.

Why do some of my tags show up in the tag cloud and some donīt

Are there some kind of limit to how many posts the tag must belong to before showing ? Couldnīt find any mention of it in above link.

The post in question that tags donīt seem to show up for had no tags before. And i added them later. Could this be the issue ?

The strange thing is that when i look at the post on itīs own post page, then the tags will show up with the help of
the_tags()

I donīt understand whats going on.

maybe you could offer a explanation or point me in the right direction :)

Would be much helpfull:)

EDIT:

Seems i overlooked that there are a "number" variable you could use and if you set it to "number=0" the wp_tag_cloud() would show all tags. If you donīt it display 45 tags as default or a set number.
__________________
Of course the whole point of a doomsday machine, would have been lost if you keep it a secret.

Last edited by EyeDentify : 01-21-2009 at 11:07 AM. Reason: Resolved the issue (see post for resolution)
EyeDentify is offline  
Reply With Quote