Plugin info

Total downloads: 1,625
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 2/14/2014 (4338 days ago)
Added to WordPress: 2/29/2012 (13 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 3.4.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4338 days ago

20/100

Is IMG Custom Post Types abandoned?

Possibly abandoned (last update 4338 days ago).

Compatibility

Requires WordPress: 3.3
Tested up to: 3.4.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

NS Featured Posts
Rating 4.8/5 (28 reviews)Active installs 4,000
Source Affix
Rating 4.9/5 (8 reviews)Active installs 500
Post Shortcode
Rating 4.5/5 (8 reviews)Active installs 500
FS Link Posts
Rating 0.0/5 (0 reviews)Active installs 10
Custom-Single
Rating 0.0/5 (0 reviews)Active installs 10
Galaxius Custom Sidebars
Rating 0.0/5 (0 reviews)Active installs 10

Description

Custom Post Types, are by far and away one of the best additions to WordPress. However, they can be a bit cumbersome to set-up.

With the IMG Custom Post Types plug-in creating basic custom post types is now easy.

Installation

  1. Upload the img-custom-post-types folder to the /wp-content/plugins/ directory
  2. Activate the IMG Custom Post Types plugin through the ‘Plugins’ menu in WordPress
  3. Add new custom post types by editing your functions.php file using these examples
  • Usage: –

Simple example:
https://gist.github.com/1939891

Example with custom meta fields:
https://gist.github.com/1939907

Complex example:
https://gist.github.com/1939868

Example with custom meta fields and data types:
https://gist.github.com/1939932

Retrieving custom post type and Ordering by a date based custom field
https://gist.github.com/2157663

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. Add/Edit screen of your custom post type

    Add/Edit screen of your custom post type

  2. View all listings for your custom post type

    View all listings for your custom post type

Changelog

0.96

  • Take advantage of new type=”date” input attribute/value on date fields. Removal of custom date picker where HTML5 is supported

0.951

  • Bug fixed where NULL/unset foreign keys field shows the post title in table listings view

0.95

  • If thumbnails are supported then they are shown in the listings screen of the custom post type
  • Instead of just one to one relationships between two custom post types you can now assign one to many relationships by naming a custom field say example_taxonomy

0.941

  • Date picker CSS and JavaScript improved (a tiny tiny bit)

0.94

  • Bug fixed where custom taxonomies were added to posts as well as the new custom post type

0.93

  • Ability to use a datepicker to date fields in custom fields
  • Date fields get timestamped too, so order by date in the get_posts() function with the meta_compare value should work
  • Bug fixed where custom meta fields were not showing in View Posts listings view
  • Longer copy custom fields (indicated by an _textarea naming convention) not show in View Posts listings view

0.92

  • Read me file improved.
  • Screenshots added.

0.91

  • Tiny bug fixed with the naming of custom fields