updated   : May 15, 2012
we now have 588 snippets
category category
By : , on January 03, 2012 9:00 am

Shortcode with micro formatted loop, meta, category, pagination

wordpress snippet

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 more
By : , on September 17, 2011 9:00 am

Remove parentheses from category counts

wordpress snippet

Adding this snippet to your wordpress template will remove the parentheses surrounding the category count when using wp_list_categories.

read more
By : , on September 11, 2011 9:00 am

Change “select category” name within category dropdown widget

wordpress snippet

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 more
By : , on September 04, 2011 9:00 am

Exclude categories from RSS feed with functions.php

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will exclude specified categories from RSS feed.

read more
By : , on August 31, 2011 9:00 am

Remove title attribute from wp_list_categories

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will remove the title=”" attribute from the anchor tag when using wp_list_categories().

read more
By : , on August 23, 2011 9:00 am

Order categories by most recently updated

wordpress snippet

Adding this snippet to your wordpress theme will display a list of categories ordered by the most recently updated category first.

read more
By : , on August 11, 2011 9:00 am

Add bookmark links to the wp_nav_menu

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will add bookmarks from a specified category to the wp_nav_menu. This also supports the sub-menu class so you can create pure css dropdown menus.

read more
By : , on July 24, 2011 9:00 am

Truncate description within categories admin panel

wordpress snippet

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 more