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

Add custom post types to archives page

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will let you add custom post types to archives page.

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

Limit archives widget to display only 12 months

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will limit the archives widget to display only 12 months. Replace the add_filter from the first snippet with the second add_filter bellow so this snippet will work for the dropdown archives widget.

read more
By : , on April 25, 2011 9:00 am

Beautifully formated archives by month separated by year

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will display a beautifully formated formatted archives list of months separated by year. Don’t forget to place the second snippet within your wordpress theme in the location you want to display the archives list.

read more
By : , on January 17, 2011 2:00 pm

Archives display all post types

wordpress snippet

Adding this PHP code to the functions.php of your wordpress theme will force the archives to display all post types. Be sure to add in your post types.

read more
By : , on October 31, 2010 11:00 pm

Archives list

wordpress snippet

Adding this PHP code to your wordpress theme will display a date based archives list.

read more