All plug-ins:
Donations: $5342.40.
Downloads: ~883,000.
That’s about one half cent per download. Donors’ Roll
My Content Management creates a suite of custom post types, each with an appropriate custom taxonomy and a set of commonly needed custom fields. The purpose of the plug-in is to provide a single common interface to create commonly needed extra content tools.
Almost every web site I work on requires some kind of special content: testimonials, frequently asked questions, lists of staff — you name it. There are plug-ins available for almost all of these – but they’re all different. Different interfaces, different ways to display information, different default styling for how they’re shown on the page.
I wrote this plug-in so that I have all of these features available to me in a single installation: every one with the same interface, with common methods for displaying on a site. Each custom post type also includes a few commonly used custom fields available in templates. (e.g., a phone number field for listings of staff members.)
There’s no default styling outside of whatever your theme offers for the elements used. There is default HTML, but it can be 100% replaced through the included templating system, or by creating your own theme template documents to display these specific content types.
All content can be displayed using the shortcode [my_content type=’custom_post_type’]. Other supported attributes include:
display(full, excerpt, or list)taxonomy(name of associated taxonomy, must also name a term)term(term within named taxonomy)count(number of items to display – default shows all)order(order to show items in – default order is “menu_order” )meta_key( custom field to sort by if ‘order’ is “meta_value” or “meta_value_num” )id( comma separated list of IDs to show a specific set of posts; single ID to show a single post.)
A search form for any custom post type is accessible using the shortcode [custom_search type='custom_post_type']
Translations are always welcome! The translation files are included in the download.
