What would be the code I would add to the single.php of my blog so that I can get the tagging similar to: http://www.gizmodo.com.au/2008/05/g...olled_bathtub_wont_get_you_any_cleaner-2.html Thank you
If you are using wordpress, the tag cloud is a widget by standard so you can add it by simply selecting the tag cloud widget. Alternatively, you can call it directly using this code <?php wp_tag_cloud(''); ?> Code (markup): - Check out this page for more details.