by WebMan Design | Oliver Juhas
5 (5 reviews)
Archive Title
Provides options to control an archive page title.
Tested up to WP 6.9 (Current: 7.0.2)
v1.0.2
Current Version v1.0.2
Updated 7 months ago
Last Update on 13 Dec, 2025
Refreshed 9 hours ago
Last Refreshed on
Rank
#5,588
-13 this week
Active Installs
1K+
—
No change
KW Avg Position
114.5
-16.1 better
Downloads
19.3K
+5 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(5 reviews)
Next Milestone 2K
1K+
2K+
408
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
Need 213 more installs to reach 2K+
Rank Changes
Current
#5,588
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
5 reviews
Overall
100%
5
5
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 4 of 4| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| label | 51 | — | Tag | 1 day ago |
| post type | 120 | — | Tag | 1 day ago |
| taxonomy | 143 | — | Tag | 1 day ago |
| tag | 144 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.0.2
- Last Updated
- Dec 13, 2025
- Requires WP
- 6.0+
- Tested Up To
- 6.9
- PHP Version
- 7.0 or higher
- Author
- WebMan Design | Oliver Juhas
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 5
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Adminify – White Label, Admin Menu Editor, Login Customizer
7K+ installs
#2,724
Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits
30K+ installs
#988
Yoast SEO – Advanced SEO with real-time guidance and built-in AI
10M+ installs
#2
Custom Post Type UI
1M+ installs
#50
SEOPress - AI SEO Plugin & On-site SEO
300K+ installs
#171
Frequently Asked Questions
Common questions about Archive Title
Archive page contains an archive - a list of posts or custom post types. WordPress recognizes 6 types of archives: category, tag, author, custom post type, custom taxonomy and date.
Title of every archive page contains an 'archive label' (please note this is a terminology used in this plugin). By default it is the first text in archive title followed with colon. For example, a category archive page with title of "Category: Uncategorized" has an archive label of "Category:".
This plugin integrates its settings directly into Settings → Reading WordPress admin page. You can edit plugin options under "Archive Title Options" section on that page.
The plugin allows you to remove the archive title label completely or to hide it accessibly. Accessible hiding causes wrapping the archive title label in a <span class="screen-reader-text"> HTML element. Every WordPress theme should provide styles for the screen-reader-text CSS class. And every text wrapped in such CSS class element will be hidden from visibility, but will be still accessible for assistive devices, such as screen reader. We recommend using this option instead of removing the label completely.
Yes you can. You can override the CSS class by defining the ARCHIVE_TITLE_CSS_CLASS_A11Y constant in your child theme's functions.php like so: define( 'ARCHIVE_TITLE_CSS_CLASS_A11Y', 'your-theme-accessibly-hidden-class' );
Well, the only 2 use cases I can think of for this option would be: To change the taxonomy name: For example, if you would like to keep the category archive title label such as "Category:" in "Category: Uncategorized", but only want to change the "Category" text to "Topic". For that case it's much better to properly rename the taxonomy using a dedicated plugin. You can use this for any WordPress native taxonomy, such as Category, Tag, or any other custom taxonomy, such as Jetpack's Project Types. To change the post type name: For example, if you would like to rename "Archives: Portfolio" to "Archives: Projects" (note that "Archives:" is actually a label here, and you can remove it with this plugin). For that case it's much better to properly rename the post type using a dedicated plugin.