Customisable Archive Templates #10 in Theme Tools
Customise the WordPress term archive template with the block editor.
by Pragmatic Web Limited · github.com/pragmaticweblimited/customisable-archive-templates · website
★ 1stars
10kcomposer installs
2forks
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/pragmaticweblimited/customisable-archive-templates/archive/refs/heads/develop.zipAlso on Packagist as pragmaticweb/customisable-archive-templates:
composer require pragmaticweb/customisable-archive-templatesFrom the readme
Customisable Archive Templates
A project by Pragmatic.
Customise the WordPress term archive template with the block editor.
Requirements
Installation
Development Process
Requirements
Usage Requirements
Ensure you have the prerequisite software installed:
Composer 1.8+, installed globally.
PHP 7.3.5+.
Installation
Install this plugin with Composer: composer require pragmaticweb/customisable-archive-templates. Activate the plugin in your WordPress in the usual manner.
Edit a taxonomy term, and enable "Use Template". Set "Template Post ID" to a Post ID of any kind of WordPress post object.
This post will be rendered onto the taxonomy archive URL for the specific term.
After that, create a custom taxonomy-{taxonomyname}.php template in your theme and customise it for your requirements. We suggest duplicating a single post template like page.php.
The first post in the template loop will be the "Template Post" you selected earlier; everything subsequent will be the standard list of all posts that are assigned to the current taxonomy term.
You can choose to split the loop and render both parts in different places (e.g. a "see more xyz content" footer), or just render the ma
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v0.7.1 | Mar 9, 2021 | — | — |