Archive Control
by Mike Gillihan 5 (11 reviews)

Archive Control

Quickly customize your custom post type and taxonomy archives with a custom headline, image, and editable content. Modify order and pagination.

Archive Control ranks #5,403 among WordPress.org plugins with 1,000+ active installations, a 5/5 rating from 11 reviews, and was last updated Nov 30, 2023. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.1 (Current: 7.1.1)
vtrunk Current Version vtrunk
Updated 2 years ago Last Update on 30 Nov, 2023
Refreshed 12 hours ago Last Refreshed on
Top 10% by installs Downloads +29.3% this week No update in over a year
View on WordPress.org
Rank
#5,403
-8 this week
Active Installs
1K+
-46.7%
KW Avg Position
N/A
No change
Downloads
22.5K
+116 today
Support Resolved
0%
No change
Rating
100%
Review 5 out of 5
5 (11 reviews)

Next Milestone 2K

Total Progress 24%
1K+ 2K+
5,354
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 760 more installs to reach 2K+

Rank Changes

5,383 5,389 5,396 5,402 5,408 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026
5,383 5,389 5,396 5,402 5,408 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026
Current #5,403
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 50 100 150 200 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026
0 50 100 150 200 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

5.0
11 reviews
Overall 100%
5
11 (100%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Security History

Source: WPVulnerability

No known vulnerabilities on record for Archive Control. Checked 1 month ago.

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
trunk
Last Updated
Nov 30, 2023
Requires WP
4.1+
Tested Up To
6.1
PHP Version
N/A
Author
Mike Gillihan

Support & Rating

Rating
★ ★ ★ ★ ★ 5
Reviews
11
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

TL;DR

AI summary of the plugin's readme

This plugin is for WordPress site administrators and content editors managing custom post type or taxonomy archive pages. It solves the problem of customizing archive titles, images, and content plus reordering and paginating archives without editing theme code.

  • Custom archive titles
  • Custom featured images
  • Content before list
  • Content after list
  • Custom order by settings
  • Custom sort order direction
  • Custom pagination settings
  • Per-term order and pagination

Frequently Asked Questions

Common questions about Archive Control

An archive page is really just WordPress terminology for a page with a list of multiple pieces of content (posts). By default this content is in date order, with the newest appearing at the top, like a blog, and would be split into pages with 10 posts each. WordPress gives you the ability to manipulate this list through code, changing the order, pagination and other characteristics, but doesn't give you an interface for doing so. WordPress also by default does not have any interface for storing content like images and text that are related to a specific archive page. That is the problem that this plugin tries to provide the solution for.
It depends a lot how your custom post type is created. It must be set to "public", and it must have "has_archive" set to true, or a string. Be sure to check those settings first!
The archive title functionality requires that a special function is used to display it: the_archive_title(). This is an official WordPress function, but it is relatively new. If your theme does not use this function, and either hardcodes the title or uses a different function, then this plugin won't be able to help without you modifying the theme template.
The "Automatic" setting uses the "loop_start" and "loop_end" WordPress hooks to inject the content. If you would rather use the "Manual Function" setting, then we give you the functions the_archive_top_content() and the_archive_bottom_content() to place in your theme as you choose.
This cannot be done through the interface (it shows the "large" size by default), but is entirely possible to do by putting functions in your theme files. The functions provided by this theme are listed in the "Other Notes" tab. For example, the_archive_thumbnail('thumbnail') would change the size to a thumbnail. If you want to create a new size you can either send along an array like this: the_archive_thumbnail(array(500,200)) or register a new size with the add_image_size() functionality.
A custom post type allows you to make the content adding/editing process more specific for different kinds of content. By default it works similarly to a "Post", but can be modified to have different settings and even unique custom fields. To create one you could do it several ways: Read about it on the Codex: https://codex.wordpress.org/Post_Types Use a plugin to create them: https://wordpress.org/plugins/custom-post-type-ui/ Use a generator website to create them: https://generatewp.com/post-type/
A custom taxonomy allows you to categorize specific elements separately from others. It works similarly to a "Category" or "Tag". To create one you could do it several ways: Read about it on the Codex: https://codex.wordpress.org/Taxonomies Use a plugin to create them: https://wordpress.org/plugins/custom-post-type-ui/ Use a generator website to create them: https://generatewp.com/taxonomy/

Sign In / Register

You need to sign in or register to use this feature.