Download the PHP package humanmade/curated-archives without Composer
On this page you can find all versions of the php package humanmade/curated-archives. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download humanmade/curated-archives
More information about humanmade/curated-archives
Files in humanmade/curated-archives
Download humanmade/curated-archives
More information about humanmade/curated-archives
Files in humanmade/curated-archives
Vendor humanmade
Package curated-archives
Short Description Block Editor editable pages for term archives
License GPL-3.0-or-later
Package curated-archives
Short Description Block Editor editable pages for term archives
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package curated-archives
Curated Archives
Block Editor editable pages for your term archives.
Installation
Install and activate the plugin. Using Composer is recommended.
Template File
By default the appropriate archive content template will be used, for example category.php
or archive.php
.
You can provide an alternative template for curated archive pages by adding a template file with one of the following names:
curated-archive-{$term->slug}.php
curated-archive-{$term->term_id}.php
curated-archive-{$term->taxonomy}.php
curated-archive.php
To output the curated archive page content use the following function:
the_curated_archive( $term_id = null )
: You can optionally pass the term ID to show the content for.
Filters
curated_archives_taxonomies
: The taxonomies curated archives supports.curated_archives_post_data
: The array of default post data used to create new curated archive posts.curated_archives_template
: The default block template for all content, this is passed to theregister_post_type()
call.
All versions of curated-archives with dependencies
PHP Build Version
Package Version
No informations.
The package humanmade/curated-archives contains the following files
Loading the files please wait ....