Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7771
    hunterhicks
    Participant

    Howdy all, wondering how to create a vertical list of tags, besides them butted up against each other.

    example: http://www.liveitandshareit.com/

    I’d like to have one tag (in this case, a city/country) per line, single spaced.

    I’ve researched this piece of code, but don’t know where to stick it..
    <code><?php wp_tag_cloud(‘format=list&orderby=count’); ?></code>

    #7797
    Sakin
    Keymaster

    @hunterhicks: Here do you want to add the tags. If it is in sidebar then you can just use the widget “Tag Cloud”. Go to “Appearance => Widgets” and drag and drop the Tag Cloud widget in sidebar.

    #7819
    hunterhicks
    Participant

    It’s there already- I’d just like it to list tags vertically, like this picture example I PShopped (note the ‘Cities Visited’:

    From this:

    Current

     

    To this:

    what I want

    #7826
    Sakin
    Keymaster

    @hunterhicks: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `.tagcloud a { display: block; }`

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Vertical tag cloud’ is closed to new replies.