Shortcode 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 moreDisplay EXIF metadata in media library admin column
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 moreMicroformatted and HTML5 compliant loop
Why not replace your existing wordpress loop within your theme to a microformatted and HTML5 compliant loop.
read morethis months featured snippets
Unregister default widgets
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 moreRemove custom fields metabox
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 moreReplace the generator meta
Adding this PHP code to the functions.php of your wordpress theme will replace the meta tag with your own custom meta details.
read moreGet all post meta data
Adding this PHP code to your wordpress functions.php will return all meta data for a single post.
read more








