Archive Templates
Advanced Custom Fields: Archive Templates
by Imark Image · WordPress.org page · Website
Archive Templates has 800+ active installs on WordPress.org and 13,060 downloads all time. We have tracked it since September 4, 2026; download trends appear after 30 days of data. The last update was on May 25, 2020, tested up to WordPress 5.4.21.
Archive Templates at a glance
Is Archive Templates well maintained?
Features
The feature list from the plugin's own readme on WordPress.org, trimmed to the essentials.
- Visit ‘Plugins > Add New’
- Search for ‘acf archive’
- Activate ACF Archive from your Plugins page
Archive Templates reviews and ratings
2 reviews on WordPress.org, with the most recent ones as their authors posted them.
2 reviews
- 5★
-
2
- 4★
-
0
- 3★
-
0
- 2★
-
0
- 1★
-
0
-
Nice work
Thank you for your contribution, but in order to expand the correct menu item, I had to make some edits to your plugin: /** * Load the ACF Assets only on archive options page * @param string $hook_suffix * @return void */ public function admin_enqueue_scripts( $hook_suffix ) { $screen = get_current_screen(); if ( strpos($_GET['page'], 'archive-options') !== FALSE ) { acf_enqueue_scripts(); } } /** * Add ACF menu page for each custom post type * * @param string $label * @param string $menu */ private function add_menu( $label, $menu, $post_type ) { $page_name = sprintf( __( '%s Archive', 'acf-archive' ), $label); $options = [ 'parent_slug' => $menu, 'page_title' => $page_name, 'menu_title' => $page_name, 'capability' => 'edit_posts', 'menu_slug' => 'archive-options-'.$post_type, ]; add_submenu_page( $options['parent_slug'], $options['page_title'], $options['menu_title'], $options['capability'], $options['menu_slug'], [ $this, 'render_menu' ] ); } /** * Check if we are in the current post type for showing the fields. * * @param $match * @param $rule * @param $options * @return bool */ public function location_rules_match_archive( $match, $rule, $options ) { if ( ! isset( $_GET['post_type'] ) || ! isset( $_GET['page'] ) ) { return $match; } return $_GET['post_type'] == $rule['value'] && strpos($_GET['page'], 'archive-options') !== FALSE; }
Theo Platica -
Very handy plugin
Thanks so much. This worked exactly as expected.
kiwimeg
Details
ACF Archive is a little plugin for helping you attach ACF fields to the archive template.
The full description, screenshots and every review live on the WordPress.org page.
Tags
- acf
- acf archive
- advanced custom fields
- Version
- 1.0.6
- Last updated
- May 25, 2020
- First published
- Oct 25, 2018
- Requires WordPress
- 4.1
- Tested up to
- 5.4.21
- Requires PHP
- 5.4
- Pricing
- Free on WordPress.org
Archive Templates FAQ
What does Archive Templates do?
According to its WordPress.org readme, Archive Templates offers Visit ‘Plugins > Add New’, Search for ‘acf archive’ and Activate ACF Archive from your Plugins page.
How many active installs does Archive Templates have?
WordPress.org reports 800+ active installs for Archive Templates as of September 7, 2026.
Is Archive Templates still maintained?
The last release was on May 25, 2020, more than a year ago. WordPress.org shows a warning on plugins that go this long without an update.
Is Archive Templates free?
Archive Templates is free to install from WordPress.org. Many plugins also sell a paid version or add-ons.