Loading...
Loading...
Loading...
Loading...
Loading...
By default, Archive Pages Pro only lists post types with the public
argument set to true
and has_archive
set to true
.
You can change these args using filter: archive_pages_pro_post_type_args
The $args
argument is an array of post type arguments. Please see get_post_types for the full set of arguments.
Archive Pages Pro is a premium plugin. Please check out Archive Pages Pro.
Log into your WordPress admin (i.e., your dashboard)
Go to Plugins->Add New
Go to Upload
Upload the archive-pages-pro.zip file
Install and Activate the plugin
After activation, you can find the plugin's settings in the Dashboard under Settings > Archive Pages Pro.
Download the plugin zip file of the sales email you received
Unzip the plugin zip in a place you can remember for the next steps
Log into your FTP program of choice for your website
Upload the unzipped folder into wp-content/plugins
Log into your admin dashboard
Head to the plugins screen
Search for Archive Pages Pro.
Activate the plugin
After activation, you will be taken to the plugin's settings screen.
Welcome to Archive Pages Pro
Archives Pages Pro allows you to customize your archives by mapping them to pages. It provides the ability to map post-type archives, term archives, author archives, and 404 pages. Additional features include post-type overrides and the ability to add custom fields to the REST API.
Here are the major features:
Create a page, layout it exactly how you like it, and then map it to a post-type archive.
Just head to Settings > Reading to set the post type archive page.
Don't settle for a boring 404 page. Create a page, layout how you like it, and then map the page to a 404 page.
Just head to Settings > Reading to set the 404 page.
You can map term archives to a page. Just visit the term in the admin and you're able to map its archive to a page.
This provides you better control over what goes on your term archives.
You're able to create a page layout how the author page will look, and then map the author archive to that page.
You're also able to change the author slug in the same section.
With custom author archives, you can give your authors a nice design and even allow them to edit their own archive pages.
In the admin settings, you'll find that you can disable the mapping features you are not using.
You can disable archive mapping for:
Post type archives
Term archives
404 archives
You can change the author base in this admin section so your author archives have a custom endpoint.
You are also able to disable author mapping in this section.
Some plugins that interact with custom fields require that the custom fields be available with WordPress's REST API.
This admin tool lets you make those custom fields appear in REST dropdowns or searches.
Add the custom field key, set a post type, and give it a variable type. This field will then be registered in REST, which you can access from your custom tool.
You can override certain portions of the "post" post type.
You can:
Add page templates to posts.
Enable or disable custom fields for posts.
With Page overrides, you can enable or disable custom fields on pages.
You can override certain aspects of a post type with per-post-type overrides.
You can:
Enable or disable page templates for the post type.
Allow REST API support, which is needed for block editor access.
Enable or disable a front base, which is what your post type is prepended with when viewing it on the frontend.
Enable or disable a post type archive.
Enable or disable custom fields.
Enable the block editor for the post type, bypassing the Classic Editor plugin.
You can enable or disable certain taxonomy features per taxonomy.
You can override:
Whether to show the taxonomy in the REST API or not, which is needed for block editor access.
Enable a front base for the taxonomy, or disable it.
Enable or disable a taxonomy archive.
Finding the plugin's settings are easy and straightforward.
To map a post type or a 404 page, go to Settings > Reading in the WordPress admin.
For post types, it'll only pick up post types that are:
public
has_archive
is set to true
You're able to map any public post type, and also map a 404 page to a page as well.
To map a term to a page, visit that term's edit screen.
Once in edit mode, you can map the term's archive to a page.
Editing the user's profile allows you to change an author's slug and map the author's archive to a page.
You can find the admin settings under Settings > Archive Pages Pro.
You can exclude certain post types from mapping using filter: archive_pages_pro_excluded_post_types