updated   : May 15, 2012
we now have 588 snippets
category meta
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 December 21, 2011 9:00 am

Display EXIF metadata in media library admin column

wordpress snippet

For anyone that uses wordpress for photography you should find this snippet useful. Adding this snippet to the functions.php of your wordpress theme will create a new column within the media library that will display EXIF metadata. Including, (credit, camera, focal length, aperture, iso, shutter speed, timestamp, copyright).

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

Microformatted and HTML5 compliant loop

wordpress snippet

Why not replace your existing wordpress loop within your theme to a microformatted and HTML5 compliant loop.

read more
By : , on December 24, 2010 10:00 am

Unregister default widgets

wordpress snippet

Adding this to the functions.php of your wordpress theme will unregister the default wordpress widgets. Pick and choose what widgets you wish to unregister or all of them if you wish.

read more
By : , on December 23, 2010 4:00 pm

Remove custom fields metabox

wordpress snippet

Adding this PHP code to your functions.php of your wordpress theme will remove the custom fields metabox from pages within your wordpress admin.

read more
By : , on December 04, 2010 3:00 pm

Replace the generator meta

wordpress snippet

Adding this PHP code to the functions.php of your wordpress theme will replace the meta tag with your own custom meta details.

read more
By : , on December 01, 2010 7:00 pm

Get all post meta data

wordpress snippet

Adding this PHP code to your wordpress functions.php will return all meta data for a single post.

read more