Advanced Custom Fields: Archive Templates
by Imark Image · Uncategorized
ACF Archive is a little plugin for helping you attach ACF fields to the archive template.
45 health vs 56 average across 16,376 Uncategorized plugins
Removal-risk signals
53/100Maintenance and integrity signals that tend to precede a WordPress.org removal. Not an official status, a heads-up to act.
- Long abandoned. No update in 6+ years — the top precursor to removal once a vulnerability is found.
- Falling behind WordPress. Tested up to WordPress 5.4.21.
Directory ranking optimization
How it's scored →How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.
Under-optimized
Biggest win: Update recency
To rank higher: Last updated 2287 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.
Get the full rank-higher report →Daily downloads
Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive
30-day downloads
Rolling 30-day volume · peaks are release surges
111
now · peak 155
Directory rank vs rivals
wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you
Update activity
How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.
Release cadence
No release in a yearHow often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.
0
releases in the last 12 months
6.3y ago
latest release · v1.0.6
6
tagged releases on record
Recent releases
What its installed base runs
via wordpress.orgShare of active installs on each version of this plugin · 100% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.
Estimated active installs
The public count shows “800+”. Our estimate pins where the real number sits.
Refined from the date this plugin crossed into its current band.
Install history · since 2019-09-23 · 1,425 observations
Estimated value
What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.
Est. annual revenue
Est. acquisition value
No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.
Details
Recent review vibe
read from the latest 2 reviews to 2020-03-28Both reviewers say it works as expected, though one shares a code tweak they needed to get the right admin menu item to expand.
Recent reviews
All reviews on wp.org ↗- ★★★★★ Theo Platica6.4y ago
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; } This topic was modified 6 years, 3 months ago by Theo Platica. Reason: Formatting This topic was modified 6 years, 3 months ago by Theo Platica. This topic was modified 6 years, 3 months ago by Steven Stern (sterndata).
Read on wp.org ↗ - ★★★★★ kiwimeg7.0y ago
Thanks so much. This worked exactly as expected.
Read on wp.org ↗
Behavioral tests
via WP HiveAutomated install-time checks, tested on PHP 7.2.16 · WP 5.4.1
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
- 2026-07-15 900+ → 800+ down after 5 days in tier
- 2026-07-10 800+ → 900+ up after 12 days in tier
- 2026-06-28 900+ → 800+ down after 1 days in tier
- 2026-06-27 800+ → 900+ up after 3 days in tier
- 2026-06-24 900+ → 800+ down after 9 days in tier
- 2026-06-15 800+ → 900+ up after 1 days in tier
- 2026-06-14 900+ → 800+ down after 189 days in tier
- 2025-12-07 1K+ → 900+ down
Competes with
The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).
-
ACF Content Analysis for Yoast SEO 100K+ installs · 4.0★ · 2 shared tags B -
Advanced Custom Fields: Font Awesome Field 90K+ installs · 4.7★ · 2 shared tags A -
Table Field Add-on for ACF and SCF 50K+ installs · 4.7★ · 2 shared tags A -
Advanced Custom Fields: Gravity Forms Add-on 30K+ installs · 4.1★ · 2 shared tags B -
ACF Field For CF7 10K+ installs · 4.3★ · 2 shared tags B -
ACF Theme Code for Advanced Custom Fields 10K+ installs · 4.7★ · 2 shared tags C
Embed this report card
Drop a live Pulse card for Advanced Custom Fields: Archive Templates into a readme, a review or a deck. It updates itself.
<iframe src="https://plugins.wpmayor.com/embed/acf-archive" width="480" height="300" style="border:0" loading="lazy" title="Advanced Custom Fields: Archive Templates — Plugin Pulse"></iframe> Advanced Custom Fields: Archive Templates: 800+ active installs, 5.0★ (2 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/acf-archive