• Skip to primary navigation
  • Skip to main content
  • Skip to footer

Chad Ritchie

Graphic Designer, Front-End Web Developer

  • Blog
    • WordPress
  • Projects
    • Graphic Design
    • Web Projects
  • Photos
  • Services
  • Contact

tag cloud

How to add a tag cloud to your site

October 30, 2012 By Chad Ritchie

If you chose to tag the content on your site, a “tag-cloud” may be an ideal way to display tag navigation for users.Tag cloud from the ChadRitchie.net web site

To display a tag cloud start with the following parameters:

 1, //size of least used tag
'largest' => 2, //size of most used tag
'unit' = => 'em', //unit for sizing
'number' => 45, //displays at most 45 tags
'format' => 'flat', //displays the tags in flat
'orderby' => 'name', //order the tags by name
'order' => 'ASC' //sort the tags in ASCENDING order
)); ?>

Dig deeper into ‘tag clouds’ at WordPress

Filed Under: Blog, WordPress Tagged With: tag cloud

Footer

Chad Ritchie Web & Graphic Design