Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey Korkki – got the same problem – the code is easy to modify!
    Search in WP-TagCanvas.php for the function called <?php wp_tag_cloud(); ?>

    Add parameter “number” as described in function reference:

    <?php wp_tag_cloud(‘number=40’); ?>

    (‘Number’ sets how many tags will show at most)

    Thread Starter Korkki

    (@korkki)

    Hey.
    It works. Thank you ??

    You’re welcome.

    BTW: Parameters ‘include’ or ‘exclude’ work as well (to select specific tags).

    e.g.:

    <?php wp_tag_cloud(‘number=40&exclude=59,63,1189’); ?>

    Can we show the 3d tag cloud within a page.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Number of displayed tags’ is closed to new replies.