PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Acf
  4. Advanced Custom Fields: Archive…
Advanced Custom Fields: Archive Templates icon

Advanced Custom Fields: Archive Templates

ACF Archive is a little plugin for helping you attach ACF fields to the archive template.

By Imark Image·Acf·Free
5(2 reviews)
·900 active installs·Updated 5 years ago
DownloadVisit HomepageCompare

As of April 2026, Advanced Custom Fields: Archive Templates is a WordPress acf plugin with 900 active installations and a 5/5 rating from 2 reviews. It has been downloaded 12K+ times in total. Requires WordPress 4.1+ and PHP 5.4+. Available on WordPress.org since 2018. Last updated 5 years ago — may have compatibility concerns. Top alternative: Advanced Custom Fields (ACF®).

5/52 reviews
900active installs
12K+total downloads
8 yearssince 2018

Overview

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_dum…
Read full description on WordPress.org

Screenshots

Ratings & Reviews

52 reviews
5 ★
2
4 ★
0
3 ★
0
2 ★
0
1 ★
0

Compatibility

WordPress4.1+ requiredTested up to 5.4.19
PHP5.4+ required

Top Alternatives to Advanced Custom Fields: Archive…

Advanced Custom Fields (ACF®) icon
Advanced Custom Fields (ACF®)
4.52.0M+ installsUpdated 5 days ago
ViewCompare
Advanced Custom Fields: Extended icon
Advanced Custom Fields: Extended
4.8100K+ installsUpdated 1 month ago
ViewCompare
Advanced Custom Fields: Font Awesome Field icon
Advanced Custom Fields: Font Awesome…
4.9100K+ installsUpdated 2 months ago
ViewCompare
ACF Content Analysis for Yoast SEO icon
ACF Content Analysis for Yoast SEO
4.2100K+ installsUpdated 4 months ago
ViewCompare
ACF Photo Gallery Field icon
ACF Photo Gallery Field
460K+ installsUpdated 3 months ago
ViewCompare
View all acf plugins →

Frequently Asked Questions

Changelog

1.0.6

Just update some info

View full changelog on WordPress.org

Contributors

Ido FriedlanderIdo FriedlanderRefael IliaguyevRefael IliaguyevyehudahyehudahImark ImageImark Image
Plugin Info
Version
1.0.6
Last Updated
May 25, 2020
WP Requires
4.1+
Tested Up To
5.4.19
PHP Requires
5.4+
Active Installs
900
Downloads
12K+
Added
Oct 25, 2018
Business
Free

Tags

acfacf archiveadvanced custom fields

Developer

I
Imark Image
1 plugins0.0M+ total installs
View all plugins →

Quick Compare

Advanced Custom Fields: Archive… vs Advanced Custom Fields (ACF®)→Advanced Custom Fields: Archive… vs Advanced Custom Fields: Extended→Advanced Custom Fields: Archive… vs Advanced Custom Fields: Font Awesome…→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.