RayTomes
Member
Posted 1 year ago #
I am puzzled by why tags that I have used in a post are not appearing at all in the side bar under tags. Is there some limit on the number of tags for a post?
My specific problem is this post http://cyclesresearchinstitute.wordpress.com/2010/06/27/harmonically-related-cycles-in-ibm-share-price/
which has tags including IBM, 120-day, 60-day etc etc which are not showing in the side bar on the right.
richarduk
Member
Posted 1 year ago #
RayTomes
Member
Posted 1 year ago #
Thanks Richard. Is there a way to increase the number? Our blog has just started and we have blown the limit already. We are bound to want many more.
I lost my post when I went back to look for it, but good old google allowed me to find it again.
If you are using the Tag Could widget you can't change the number of 'top 45' tags. But you can put the Template Tag, wp_tag_cloud() in your sidebar.php or consider downloading and installing Otto's PHP Code Widget, then something like this code in one of those widgets:
<?php wp_tag_cloud('number=500'); ?>
of course replace number=500 with how many you want.
there are also plugins such as 'configurable tag cloud' http://wordpress.org/extend/plugins/configurable-tag-cloud-widget/ or others that allow you to change these parameters.