This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Advanced Custom Post Types

Description

Advanced Custom Post Types is the perfect solution for any WordPress website which needs more content types like other Content Management Systems. No additional plugins required!

Filters

acpt/settings/show_admin – Determines whether or not the admin menu is shown.

acpt/settings/capability – Determines capability is needed to manage custom post types.

acpt/settings/save_json – The path to save post types locally.

Actions

acpt/init – Fires before acpt has started loading.

Installation

  1. Upload ‘advanced-custom-post-types’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

None

Reviews

August 6, 2017
Great plugin, much easier to use than the other custom post type plugins. I really like the advanced features.
Read all 3 reviews

Contributors & Developers

“Advanced Custom Post Types” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.0.1

  • Lets do this.

0.0.2

  • Refactoring, centralized settings, added filters and action hooks, removed stated support for less than ACF v5

0.1.0

  • Refactored and removed all ACF dependency

0.1.1

  • Fixed advanced tabs toggling, fixed rewrite url, fixed API url, removed redundant taxonomies

0.2.0

  • Massive refactoring and cleanup, added export

0.3.0

  • Added the Local JSON feature which saves post type settings to files within your theme. The idea is similar to caching and both dramatically speeds up ACPT and allows for version control over your post type settings. Removed unused filters and added the save_json filter to determine where post type setting files are saved.

0.4.0

  • Fixes post name issues more refactoring and cleanup, added title placeholder

0.4.5

  • Fixes At a Glance dashboard issues

0.5.0

  • Fixes SVN merge issues, notices updates, adds warning for legacy post type data

0.5.5

  • Fixes post_updated_messages bug

0.5.6

  • Fixes issues when WP_PLUGIN_URL is set to a relative path. Thanks @mrksdiehl!