Strip HTML tags from the_terms
Adding this snippet to the functions.php of your wordpress theme will strip html from the_terms.
read moreAdd a custom class to the_tags
Adding this snippet to the functions.php of your wordpress theme will add a custom class to links output by the_tags template tag.
read moreDisplay specific content if post has_tag or specific tag
Adding this snippet within the loop of your wordpress template will let you display specific content if a post has tags or not. Also note that has_tag(‘tag_name’) suports, tag name, term_id or slug and an array of tag names, term ids and slugs. Also a big thanks to Jeremy for submitting the following.
read morethis months featured snippets
Adding page numbers to category, tag and post titles
Add this snippet to the title tag and meta descriptions to avoid duplicate content. Place within the header.php and Page 2 or above will be added to your wordpress pages.
read moreStyle the tag cloud
Adding this PHP code snippet to the functions.php of your wordpress theme will allow you to define style details like font-size small to large, and format of the tag cloud.
read moreTotal number of tags
Adding this code snippet to your wordpress theme will display the total number of tags.
read moreGet 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 more










