Ambrosite performs general development, support, and hosting for small business web sites. My name is Michael Ambrosio; please check out my services to learn more, or peruse my blog for free information and tips for the do-it-yourself types.
Most Recent Plugin
Next/Previous Page Link Plus for WordPress
- Version: 1.1
- Updated: 2012-Feb-18
- Requires: WordPress 2.5 or higher
- Download: ambrosite-nextprevious-page-link-plus.zip
Creates two new template tags for generating next/previous page navigation links.
The Latest From the Blog
Simplify WordPress Editing Screens Using remove_post_type_support
Thursday, December 16th, 2010
WordPress 3.0 introduced several new functions for managing custom post types. One of these functions is the poorly documented remove_post_type_support:
remove_post_type_support( $post_type, $feature )
At first glance, this function seems rather useless, since you can easily define the list of features that a custom post type supports when you first register it using register_post_type. But here’s something interesting I discovered recently while building a WordPress site for one of my clients [...]