Forums

[resolved] Listing tags in sidebar? (5 posts)

  1. juxtapose
    Member
    Posted 4 years ago #

    I know it is possible to list categories in the sidebar:
    <ul> <?php wp_list_categories('arguments'); ?> </ul>

    but what about tags?

  2. Kafkaesqui
    Moderator
    Posted 4 years ago #

  3. juxtapose
    Member
    Posted 4 years ago #

    Is it possible to display the tag as a list and not a cloud? I did check both links already.

  4. Kafkaesqui
    Moderator
    Posted 4 years ago #

    Did you read any of the first page I linked to?

    <?php wp_tag_cloud('format=list'); ?>

    If you want to avoid the cloud embiggening of tags based on usage, also make sure to set the 'smallest' and 'largest' parameters to the same size.

  5. juxtapose
    Member
    Posted 4 years ago #

    I must admit I only glanced through that page. Thank you for your help! :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags