---
title: "How to Create a Custom Post Types Archive Page in WordPress?"
url: https://qa.nexterwp.com/docs/create-custom-post-types-archive-page-in-wordpress/
date: 2023-05-06
modified: 2026-05-08
author: "Aditya Sharma"
description: "If your WordPress site uses custom post types, a dedicated archive page lets visitors browse and filter that content without relying on search or direct links. Without a custom post..."
image: https://qa.nexterwp.com/wp-content/uploads/2024/05/create-custom-post-types-archive-page-in-wordpress-1024x519.jpg
word_count: 842
---

# How to Create a Custom Post Types Archive Page in WordPress?

## Key Takeaways

- Utilizes the Post Listing block in Nexter Blocks to create custom post type archive pages in WordPress.
- Requires Advanced Custom Fields (ACF) to register custom post types with an enabled Archive toggle for dedicated URLs.
- Employs Nexter Builder to design archive templates, allowing dynamic display of posts based on taxonomy terms.
- Supports various applications including portfolio sites, online directories, and news sites using custom post types like Projects and Events.

If your WordPress site uses custom post types, a dedicated archive page lets visitors browse and filter that content without relying on search or direct links. Without a custom post type archive page in WordPress, content organized by type or taxonomy becomes harder to discover and navigate.

The Post Listing block in Nexter Blocks lets you create a custom post type archive page in WordPress. It reads your CPT and taxonomy data, displays posts in a grid or list layout, and connects directly to the archive templates you build with Nexter Builder.

**Best Used For:**

- Portfolio and agency sites using custom post types (Projects, Case Studies, Team Members) that need browsable archive pages organized by category or taxonomy

- Online directories built with custom post types and taxonomies that need filtered archive pages by type, location, or industry

- News and magazine sites with custom post types (Events, Products, Reviews) where each taxonomy term needs its own dedicated archive page

*To check the complete feature overview documentation of the Nexter Blocks Post Listing block, [click here](/docs/post-listing-block-settings-overview/).*

**Requirement** – This block is a part of Nexter Blocks. Make sure it is installed and activated.

[LIVE BLOCK LINK](https://qa.nexterwp.com/nexter-blocks/listing/wordpress-post-listing/)

### Create Custom Post Type

To register a custom post type in WordPress, use any CPT plugin such as [Advanced Custom Fields (ACF)](https://wordpress.org/plugins/advanced-custom-fields/), [Custom Post Type UI](https://wordpress.org/plugins/custom-post-type-ui/), [Pods](https://wordpress.org/plugins/pods/), or [Custom post types](https://wordpress.org/plugins/custom-post-types/). This example uses Advanced Custom Fields (ACF).

After installing ACF from the Dashboard, go to **ACF** > **Post Types** and click **Add New**.

![acf post types add new](https://qa.nexterwp.com/wp-content/uploads/2023/05/acf-post-types-add-new.png)

On the next page, add the post type names and enable the **Hierarchical** and **Advanced Configuration** options.

Under **Advanced Configuration**, go to the **URLs** tab and enable the **Archive** toggle. This tells WordPress to generate a dedicated archive URL for this post type, which Nexter Builder uses as a display target for your archive template. Enabling this toggle is required. Without it, your custom post type will not have an archive URL for the template to target.

![acf post types creation](https://qa.nexterwp.com/wp-content/uploads/2023/05/acf-post-types-creation.gif)

> *Note: Whichever CPT plugin you use, make sure to enable the Archive option so your CPT can have an archive page.*

To add a custom taxonomy for the post type, click **Taxonomies**.

![acf taxonomy creation](https://qa.nexterwp.com/wp-content/uploads/2023/05/acf-taxonomy-creation.gif)

On the next page, add the taxonomy names and select the post type this taxonomy belongs to. Enable the **Hierarchical** and **Advanced Configuration** options.

Under **Advanced Configuration**, go to the **Visibility** tab and enable the **Show Admin Column** toggle. This adds the taxonomy as a sortable column in the custom post types admin list, making it easier to see which taxonomy term is assigned to each post. Use this when your CPT has multiple taxonomies and you need to quickly identify term assignments from the WordPress admin list view.

### Create Custom Post Types Archive Template

> Now to create the custom post type archive page template, you can use the free [Nexter Builder](https://qa.nexterwp.com).

In this example, we are building an archive page for *Book Authors*. From the Dashboard:

1. Go to **Nexter Extension** > **Theme Builder** > **Add New Template**.

2. In the popup, select **Archive Page** from the **Select Template** dropdown.

3. In the **Name of Template** field, add the template name.

4. Click **Next**.

5. On the next screen, set the display conditions. From the **Include/Exclude** dropdown, select **Include**, then select your custom post type option. In this example, select **Books: Book Authors**.

6. Click **Create** and publish the template.

With the archive template created, add the Post Listing block to the template. From the **Post Listing Types** dropdown, select **Archive Page**. This tells the block to pull posts from the current archive context rather than a static query. Use this when you want each taxonomy term URL to automatically display only the posts assigned to that term. For guidance on the other archive template types available in Nexter Builder, see [How to Create an Archive Template in WordPress for Free?](/docs/create-archive-template-in-wordpress/)

From the **Select Post Type** dropdown, select your custom post type. In this example, select *Books*.

In the **Query** tab, open the **Taxonomies** dropdown and select your custom taxonomy. In this example, select *Book Authors*. This connects the Post Listing block to the taxonomy archive, so each author’s archive page displays only the posts assigned to that term.

![](https://qa.nexterwp.com/wp-content/uploads/2023/05/post-listing-custom-post-types-archive-new.gif)

From the **Style** and **Layout** options, select the display format for your archive page.

Visitors to each author archive page now see only the posts assigned to that taxonomy term.

> *Note: Make sure to use other *[*archive related blocks*](https://qa.nexterwp.com/nexter-blocks/builder/wordpress-blog-builder/)* to ensure that your page content is displayed correctly.*

You can adjust the remaining settings and style options to match your site design. This same approach works for any custom taxonomy archive page in WordPress. If your *Books* post type has a *Genre* taxonomy, repeat these steps to build a Genre archive page. To display taxonomy terms as a clickable list on any page, see [How To Add Taxonomy Listing in WordPress?](/docs/add-taxonomy-listing-in-wordpress/)

> *Note: In a similar way, you can create archive listing pages for other custom taxonomies related to your custom post types.*

Also, check [How to Show Related Posts for Custom Post Type in WordPress](https://qa.nexterwp.com/docs/show-related-posts-for-custom-post-type-in-wordpress/).