Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author benohead

    (@benohead)

    Sure. First you need to figure out which parameters you want to use. The easiest way is to use the shortcode function as a basis. Create a new post or page and press the WP Category Tag Cloud button in the visual editor. You can then select the settings you want to have and insert the shortcode. Once you have the shortcode written in there, you can check how it will look like by using the post/page preview button.

    Once you have the shortcode, please post it here, I’ll then let you know how the function call should look like.

    Plugin Author benohead

    (@benohead)

    By the way, if what you need is to:
    1) Display the cloud as a widget in your sidebar, you should be using the widget provided by the plugin.
    2) Display the cloud in a specific post or page, you should be using the shortcode.
    3) Display the cloud somewhere else on your site by calling it from your theme, then only does it make sense to use the PHP function.

    Thread Starter arthurandashes

    (@arthurandashes)

    Thanks, I clearly need to add the php code manually.

    Here is my shortcode with basic options :

    [showtagcloud taxomony=”category”, format=”array”, number=”20″, color=”#FF5800″, background=”FFFFFF”]

    Your plugin really looks great and that’s why I would like to use it. If I can use it, be sure I’ll give you 5 stars !

    Plugin Author benohead

    (@benohead)

    Just tested it on my system. Found a bug in the PHP function. I’ve fixed it and tested it, but I currently cannot upload it. There should be a new version in a few hours.

    I’ll drop a note here when the new version is available. I’ll create an FAQ entry with your PHP function call as an example.

    Plugin Author benohead

    (@benohead)

    Uploaded the new version (0.8.4). Please see the FAQ of the plugin (last section) to get the code you need to use.

    Thread Starter arthurandashes

    (@arthurandashes)

    Great, it’s perfectly working ! Thanks so much for your involvement and your quickness!
    It’s the best Tag Cloud Plugin !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘show_tag_cloud() function HELP ?!’ is closed to new replies.