Ad Inserter
94Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
ACF Archive is a little plugin for helping you attach ACF fields to the archive template.
Advanced Custom Fields: Archive Templates is a WordPress plugin designed to help you attach ACF fields to archive templates. It adds a submenu for each public custom post type with an archive defined, allowing you to select options under the ACF rules box.
This plugin is suitable for developers or site owners who want to enhance their custom post types by integrating custom fields into archive pages. It requires some coding knowledge for customisation, as demonstrated in the provided code example.
Best for: This plugin suits developers or site owners looking to enhance custom post types with ACF fields on archive pages.
What it does well
Where it falls short
Advanced Custom Fields: Archive Templates offers a straightforward solution for integrating custom fields into archive templates, but it may not be suitable for users without coding experience.
Imark Image's own description of Advanced Custom Fields: Archive Templates, lightly tidied.
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.
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;
}
$object = get_queried_object();
$field = get_field( 'field_name', $object->name );
var_dump( $field );
acf-archive folder to the /wp-content/plugins/ directoryOther plugins for custom content structures.
Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...
Checkout Field Editor (Checkout Manager) for WooCommerce – The best WooCommerce checkout manager plugin to man...
Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...
The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.
Admin UI for creating custom content types like post types and taxonomies