Display Random Post Tags Since get_terms() doesn't have a RAND option, I wrote this little script to display random WordPress post tags.
Bootstrap Link Pages A handy Bootstrap replacement for the WordPress wp_link_pages() function. This file contains bidirectional Unicode text that may be interpreted or
Add category Taxonomy Support for all Post Types Adds category Taxonomy support for all registered WordPress post types.
Add post_tag Taxonomy Support for all Post Types Adds post_tag Taxonomy support for all registered WordPress post types.
Include All Post Types in category Taxonomy Queries Instruct WordPress to search on all post types when doing a category taxonomy query.
Include All Post Types in post_tag Taxonomy Queries Instruct WordPress to search on all post types when doing a post_tag taxonomy query.
Filtering the WordPress Email Fields I use these two functions to filter the from email address, and the from name for emails sent from the site.
Add an ID Attribute to the WordPress Body Element An easy way to add a custom, dynamic ID to the body element on your WordPress Posts and Pages.
Customize the WordPress Body Class A short script to add custom classes to the body element of your WordPress page template.