updated   : April 22, 2013
we now have 608 snippets
category tags

Unregister default widgets

wordpress snippet

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 more

Total number of tags

wordpress snippet

Adding this code snippet to your wordpress theme will display the total number of tags.

read more

Get tags outside loop

wordpress snippet

Adding this PHP code to your wordpress theme will display a list of tags outside the loop.

read more

Show most used tags in list

wordpress snippet

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 more

Realted posts using multiple tags

wordpress snippet

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 more

Custom taxonomies

wordpress snippet

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 more

Display tag name

wordpress snippet

Adding this PHP code to your wordpress theme will display the tag name for the tag page.

read more

Taxonomies as a list

wordpress snippet

Adding this PHP code to your wordpress theme will allow you to display taxonomies as a list rather then a tag cloud.

read more