Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Advanced Custom Post Types

Περιγραφή

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.

Εγκατάσταση

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

Συχνές Ερωτήσεις

None

Κριτικές

6 Αυγούστου 2017
Great plugin, much easier to use than the other custom post type plugins. I really like the advanced features.
Ανάγνωση όλων των 3 κριτικών

Συνεισφέροντες & Προγραμματιστές

“Advanced Custom Post Types” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

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!