Unregister default widgets
Adding this to the functions.php of your wordpress theme will unregister the default wordpress widgets. Pick and choose what widgets you wish to unregister or all of them if you wish.
read moreTotal number of tags
Adding this code snippet to your wordpress theme will display the total number of tags.
read morethis months featured snippets
Get tags outside loop
Adding this PHP code to your wordpress theme will display a list of tags outside the loop.
read moreShow most used tags in list
Add the first block of code to your wordpress functions.php then add the second block of code to your wordpress theme. This will display a list of the top 10 tags by usage.
read moreRealted posts using multiple tags
This related posts snippet will compare multiple tags and display relevant related posts. Add this PHP code to the single.php of your wordpress theme.
read moreCustom taxonomies
Adding this PHP code to your functions.php of your wordpress theme will allow you to create custom taxonomies. By default wordpress has category, tag in this sample we have genre, actors.
read moreDisplay tag name
Adding this PHP code to your wordpress theme will display the tag name for the tag page.
read morelast months featured snippets
Taxonomies as a list
Adding this PHP code to your wordpress theme will allow you to display taxonomies as a list rather then a tag cloud.
read more













