• Resolved guyadams

    (@guyadams)


    I am using WP 2.3 with the Paalm 1.2 theme. I like the default sidebar on the Paalm theme but want to add a tag cloud. Does any know know a nice bit of PHP code I can copy / paste into the Paalm sidebar that would give me this?

    If I put widgets together in the same order its not the same so I would prefere not to use them.

    Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • WordPress 2.3 inherently supports a tag cloud.

    All you need to do is include the following in the place where you want the tag cloud to appear –

    <?php wp_tag_cloud(); ?>

    The WP codex page on tag clouds has more information.

    Thread Starter guyadams

    (@guyadams)

    Many thanks for your help, will a little tweaking of the size I know have it working.

    Regards

    Normally I dont have a problem with template tags, but this one particulary is not working for me.

    I’m thinking is a theme problem, which is strange cause my theme never gave me problems… I use: gridfocus

    Any thoughts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add a tag cloud to the default sidebar’ is closed to new replies.