wordpress
Custom Post Types In The Loop: Using request Instead Of pre_get_posts
This filter on request includes custom post types in The Loop without needing to alter templates.
How To Pimp Your wp-config.php
Configure your WordPress installation with style.
Adding Taxonomy Columns To Admin Edit Pages In WordPress
Placed in functions.php, this code will add taxonomy columns to the Edit pages of all post types.
How To List A Custom Post Type's Taxonomies And Terms
I've been using the new Twenty-Ten theme for WordPress on my personal website; it's great out of the box, but I wanted to display my custom post types and taxonomies in the same format as it uses for categories and … Continue reading
99%
I hear "when over 99% of the code is within Thesis is Thesis code" and all I can think about is that annoying less than 1% of code that isn't.
Adding Custom Post Types To get_calendar() And The Calendar Widget
This function includes custom post types in WordPress template tag get_calendar(). The included filter eliminates the need to edit Theme templates to extend this to current get_calendar() instances.
Adding Custom Post Types To wp_get_archives()
This function includes custom post types in WordPress template tag wp_get_archives().
Shortcut Functions For Registering Taxonomies And Post Types In WordPress
After I had created several custom taxonomies and post types, adding more by directly calling the register_taxonomy[^1] and register_post_type[^2] functions seemed like a huge waste of space. The following functions create a shortcut for registering taxonomies and custom post types … Continue reading
Recent Comments