Love using this plugin?
Why don’t you compare the plugin side by side
with another plugin
ACF Archives is a little plugin for helping you attach ACF fields to the archive template. The plugin will add a submenu for each public custom post type with archive defined and then you can select under ACF rules box. Want to add or remove the submenu for other custom post types? Here is a code example you can add to to your theme functions.php add_filter( 'acf_archive_post_types', 'change_acf_archive_cpt' ); function change_acf_archive_cpt( $cpts ) { // 'book' and 'movie' are the cpt key. // Remove cpt unset( $cpts['book'] ); // Add cpt $cpts['movie'] = Movies Archive; return $cpts; } Get the acf field on archive page $object = get_queried_object(); $field = get_field( 'field_name', $object->name ); var_dump( $field ); From within WordPress Visit ‘Plugins > Add New’ Search for ‘acf archive’ Activate ACF Archive from your Plugins page. Manually Upload the acf-archive folder to the /wp-content/plugins/ directory Activate the ACF Archive plugin through the ‘Plugins’ menu in WordPress
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.