WP Term Custom Heading
Plugin used to override category page title on archive page.
by Michael Zielonka · github.com/mikezielonkadotcom/wp-category-customization · website
★ 0stars
14release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/mikezielonkadotcom/wp-category-customization/releases/download/v1.4.0/wp-term-custom-heading.zipFrom the readme
WP Term Custom Heading
Override category archive page titles (h1) with custom text — like Genesis archive headlines, but for any theme.
Description
This plugin adds a Page Title field to the WordPress category add/edit screens. When set, it replaces the default archive title on category pages.
Works with any theme that uses the getthearchivetitle filter (most modern themes do).
Installation
1. Download the latest release.
2. In WordPress admin, go to Plugins → Add New → Upload Plugin and upload the ZIP.
3. Activate the plugin.
Or clone this repo into wp-content/plugins/:
Usage
1. Go to Posts → Categories.
2. Add or edit a category.
3. Enter your custom title in the Page Title field.
4. The category archive page will display your custom title instead of the default.
Auto-Updates
This plugin checks GitHub for new releases automatically. When a new version is tagged, WordPress will show the update in the dashboard — no manual downloads needed.
Requirements
- WordPress 5.5+
- PHP 7.4+
FAQ
Which themes are supported?
Any theme that uses the getthearchivetitle hook to display category titles on archive pages.
What taxonomies are supported?
The default WordPress category t
Read the full README on GitHub →