Love using this plugin?
Why don’t you compare the plugin side by side
with another plugin
Small addon for ACF Options. Adds ACF location for each custom post type. New feature in the major version 2! Important! After update to v2+ you must reconnect Field Groups to Options Pages Now you can activate/deactivate CPTs and create custom options pages for each CPT. By default, options pages are activated for all custom post types. Usage The default functions of ACF plugin (get_field, the_field, etc.) can be used to load values from a CPT Options Pages, but second parameter is required to target the CPT options. This is similar to passing through a $post_id parameter to target a specific post object. The $post_id parameter needed is a string containing the cpt_ and CPT name in the following format; "cpt_{CPT_NAME}" and for subpages you can copy generated ID while creating subpages. Examples In examples Custom Post Type name is projects. So, let’s go! Display a field <p><?php the_field('field_name', 'cpt_projects'); ?></p> and the subpage’s field <p><?php the_field('field_name', 'cpt_projects_testpage'); ?></p> Retrieve a field <?php $field = get_field('field_name', 'cpt_projects'); // do something with $field ?> Display a sub field <?php if( have_rows('repeater_name', 'cpt_projects') ): ?> <ul> <?php while( have_rows('repeater_name', 'cpt_projects') ): the_row(); ?> <li><?php the_sub_field('the_title'); ?></li> <?php endwhile; ?> </ul> <?php endif; ?> Display with shortcode [acf field="field_name" post_id="cpt_projects"] Please read documentation about shortcodes with ACF Customization function cpt_projects_customize($cptmenu) { $cptmenu['page_title'] =...
Are you an author of this plugin? Want to write a more detailed review?
Sorry, pal! The plugin couldn’t pass all our tests. No hard feelings, right?
Total Downloads
Active Installation
On WordPress
Growth Rate
Support Thread
Ratings on WordPress
Downloads This Week
Ago Last Updated
Read more how WP Hive determines this data.
Powered by WP Hive
Powered by WP Hive
Subscribe to get more quality reviews and articles.
Stina Gunnarsdottir
Overall
Easy of Use
Features
Quality of Support
Value for Money
Pros & Cons: This is a review from the Editorial staff of WP Hive for test purposes. We are sure the plugin made it with good heart for WordPress users and we want to encourage his/her efforts by the first review.
Overall:The plugin should be working great. Even if it does not, we respect the time and effort. If you are using this plugin - leave a review with more information.