7 replies
  • WEB DESIGN
  • |
hey guys i just want to create a tag cloud but i dont know how to done this... and also when user click the tag cloud it will go to the post and highlight the tags... anyone can help me with this..

thanks in advance
#cloud #create #tag
  • Profile picture of the author mad
    If you use a CMS there must have a widget for tag cloud. If your site is custom you will need a database and PHP knowledge, the rest is easy
    {{ DiscussionBoard.errors[3423937].message }}
  • Profile picture of the author Evan-M
    Signature

    Evan-M

    Easily The Worlds Best Wordpress Popup plugin

    Visit Website Design Firm For All Your Wordpress Coding Needs

    {{ DiscussionBoard.errors[3424721].message }}
  • Profile picture of the author marniel647
    thanks guys for replying to my thread i think i would use the tag cloud generator given by Evan... hehe

    i only have a basic knowledge in PHP...
    another question is tag cloud can improve your SEO...?
    {{ DiscussionBoard.errors[3426286].message }}
  • Profile picture of the author feysal
    For which platform? If wordpress i thought there's a plugin can do that.....
    {{ DiscussionBoard.errors[3426624].message }}
  • Profile picture of the author littlephoenix
    tag cloud is built in wordpress, just go to widgets and drag it to your sidebar,or add the code manually to the sidebar.php file

    <?php $args = array(
    'smallest' => 8,
    'largest' => 22,
    'unit' => 'pt',
    'number' => 45,
    'format' => 'flat',
    'separator' => \"\n\",
    'orderby' => 'name',
    'order' => 'ASC',
    'exclude' => null,
    'include' => null,
    'topic_count_text_callback' => default_topic_count_text,
    'link' => 'view',
    'taxonomy' => 'post_tag',
    'echo' => true ); ?>
    {{ DiscussionBoard.errors[3427011].message }}
  • Profile picture of the author Vic Carrara
    Hi,

    I have a Tag Cloud script (see signature). With this one you can choose which pages you want tagged, and also set the size of the "tag" manually, so you can use it as a way of steering people to specific pages.

    Best,

    Vic
    Signature
    {{ DiscussionBoard.errors[3512586].message }}
  • Profile picture of the author dotlinkmedia
    if you use a wordpress plugin, so you use are free to change it easily.
    {{ DiscussionBoard.errors[3525604].message }}

Trending Topics