Set Archive Pages - Taxonomy
Our "Set Archives Pages" plugin for native WP and custom taxonomy archives
by DevCollaborative · github.com/devcollaborative/archive-pages-taxonomy · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/devcollaborative/archive-pages-taxonomy/archive/refs/heads/main.zipDeclares an update source (https://github.com/devcollaborative/archive-pages-taxonomy/releases/latest/), so updates arrive through the plugin's own updater.
From the readme
Archive Pages - Taxonomy
Replace WordPress's default auto-generated taxonomy term archive with a manually created Page. For each term, select the page from a dropdown of all site pages. Good for creating topic landing pages.
Installation
Clone or download this repository and add it to the wp-content/plugins directory.
How to Use
Go to Settings Archive Pages and choose a page to set as the archive page for each taxonomy term. Pages must already be published.
The plugin uses the Settings API, so users must have 'manageoptions' capability.
When a selected page is saved, the termlink filter replaces that page's URL replaces the taxonomy link ( termlink ) so that the user is directed to the taxonomy landing page instead of the auto-generated archive.
The term archive will still exist at its assigned URL, but there will be no WP-generated navigation to it.
Permalinks are automatically flushed when a setting is saved.
Which taxonomies are affected
The settings page lists all taxonomies that are set to "public" and "show in menu". This includes category, posttag, and similar custom taxonomies for custom post types. It excludes postformat and other special built-in taxonomie
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.