• Hi all,

    after searching in the forum, I’m not sure if this is a bug or not. In my site, I want to display wp_tag_cloud but it always appears as a list (break lines after each tag), doesn’t matter I set up the parameter as “flat”.

    Is this because I’m displaying the tag cloud inside a page with runPHP?
    How can I do it?

    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Is this because I’m displaying the tag cloud inside a page with runPHP?

    Yes, that’s exactly why it is happening.

    How can I do it?

    Don’t use RunPHP. Create a Page Template with the tag cloud function call in it instead.

    More instructions on creating a tag cloud archive page.
    http://codex.wordpress.org/Template_Tags/wp_tag_cloud#Creating_a_Tag_Archive

    Thread Starter producte

    (@producte)

    Thanks a lot. That’s what I was looking for.
    What I don’t understand is how can I add a tag link in my menu that displays this template with the tagcloud and how can I display the archive page with all the posts related when a single tag is selected. Now, when I select a tag name, the cloud is displayed.

    Thanks again.

    Thread Starter producte

    (@producte)

    As I commented, now I’m able to display the cloud with a tag.php template file but when i select one of the tags, the cloud is displayed again.
    How can I make the tag cloud links go to the index.php or the archives.php?
    Currently, i’ve upgraded to version 2.5

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tag cloud always a list’ is closed to new replies.