Limit number of classes when using post_class
Adding this snippet to the functions.php of your wordpress theme will let you limit the number of classes displayed when using post_class, Yes this only works if you are using post_class() within your theme enjoy.
read moreShortcode with micro formatted loop, meta, category, pagination
Here’s a neat little wordpress shortcode that allows posting of individual blog posts based on ID, latest number of blogposts from a certain category or all categories, optional pagination, optional excerpt or full content showing and optional meta.
read moreRemove parentheses from category counts
Adding this snippet to your wordpress template will remove the parentheses surrounding the category count when using wp_list_categories.
read morethis months featured snippets
Change “select category” name within category dropdown widget
Adding this snippet to the functions.php of your wordpress theme will let you change the name displayed within the select menu category dropdown widget.
read moreExclude categories from RSS feed with functions.php
Adding this snippet to the functions.php of your wordpress theme will exclude specified categories from RSS feed.
read moreOrder categories by most recently updated
Adding this snippet to your wordpress theme will display a list of categories ordered by the most recently updated category first.
read moreTruncate description within categories admin panel
Adding this snippet to the functions.php of your wordpress theme will truncate the description displayed within the categories admin panel to 150 characters. Change the number 150 on line 09 to adjust the number of characters for the category description.
read moreAutomatically categorize and tag posts when saved
Adding this snippet to the functions.php of your wordpress theme will let you automatically categorize and tag posts when you save them. Don’t forget to add a new tag or a new category
read more













