Page as post type archive
Allows you to set a page for a post type as archive, much like you can set a page for your blog posts.
by Itineris Limited · github.com/itinerisltd/page-as-post-type-archive · website
★ 0stars
1forks
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/itinerisltd/page-as-post-type-archive/archive/refs/heads/main.zipReadme
Page as Post Type Archive Plugin
Minimum Requirements
- PHP v7.4
- WordPress v5.8
- Bedrock by roots.io
Installation
Composer (Recommended)
composer require itinerisltd/page-as-post-type-archive
Build from Source (Not Recommended)
# Make sure you use the same PHP version as remote servers.
# Building inside docker images is recommanded.
php -v
# Checkout source code
git clone https://github.com/ItinerisLtd/page-as-post-type-archive.git
cd page-as-post-type-archive
git checkout <the-tag-or-the-branch-or-the-commit>
# Build the zip file
composer release:build
Then, install release/page-as-post-type-archive.zip as usual.
Credits
page-as-post-type-archive is a Itineris Limited project created by Dan Lapteacru.
Full list of contributors can be found here.
License
Page as post type archive is released under the MIT License.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 0.2.8 | Jan 13, 2026 |
| 0.2.7 | Dec 17, 2025 |
| 0.2.6 | Aug 6, 2025 |
| 0.2.5 | May 27, 2025 |
| 0.2.4 | Nov 18, 2024 |
| 0.2.3 | Aug 2, 2024 |
| 0.2.2 | Mar 29, 2024 |
| 0.2.1 | Dec 22, 2022 |
| 0.2.0 | Dec 16, 2022 |
| 0.1.9 | Dec 9, 2022 |
| 0.1.8 | Nov 16, 2022 |
| 0.1.7 | Nov 15, 2022 |
| 0.1.6 | Nov 11, 2022 |
| 0.1.5 | Oct 31, 2022 |
| 0.1.4 | Oct 25, 2022 |
| 0.1.3 | Oct 25, 2022 |
| 0.1.2 | Oct 25, 2022 |
| 0.1.1 | Oct 25, 2022 |
| 0.1.0 | Oct 24, 2022 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.