---
title: "How to Show Custom Posts Based on Custom Taxonomy in Custom Post Grid Layout?"
url: https://theplusaddons.com/docs/show-custom-posts-based-on-custom-taxonomy-in-custom-post-grid-layout/
date: 2023-07-07
modified: 2026-04-11
lang: en
author: "Aditya Sharma"
description: "Are you looking to create a highly targeted and customized post grid that displays specific custom posts based on a custom taxonomy? By targeting a specific item of a custom..."
image: https://theplusaddons.com/wp-content/uploads/2023/07/How-to-Show-Custom-Posts-Based-on-Custom-Taxonomy-in-Custom-Post-Grid-Layout_-1024x536.jpg
word_count: 361
---

# How to Show Custom Posts Based on Custom Taxonomy in Custom Post Grid Layout?

## 

- Utilizes the Dynamic Smart Showcase widget from The Plus Addons for Elementor to display custom posts based on a specific taxonomy item.
- Requires a custom post type and custom taxonomy, which can be created using the free Advanced Custom Fields (ACF) plugin.
- Enables filtering of posts by taxonomy slug and allows inclusion or exclusion of posts by post ID.

Are you looking to create a highly targeted and customized post grid that displays specific custom posts based on a custom taxonomy? By targeting a specific item of a custom taxonomy you can create a unique custom posts list to meet your specific need.

With the Dynamic Smart Showcase widget from The Plus Addons for Elementor you can easily show custom posts from a specific taxonomy item.

*To check the complete feature overview documentation of The Plus Addons for Elementor Dynamic Smart Showcase widget, [click here](/docs/dynamic-smart-showcase-widget-settings-overview/).*

***Requirement  - This widget is a part of The Plus Addons for Elementor, make sure its installed & activated to enjoy all its powers.***

[LIVE WIDGET LINK](https://theplusaddons.com/elementor-listing//#dynamic-listing-wgts?utm_source=tpae&utm_medium=docs&utm_campaign=text)

For this, you need to have a custom post type with a custom taxonomy. You can use the free [Advanced Custom Fields (ACF)](https://wordpress.org/plugins/advanced-custom-fields/) to [create a custom post type](https://www.advancedcustomfields.com/resources/registering-a-custom-post-type/) and [custom taxonomy](https://www.advancedcustomfields.com/resources/registering-a-custom-taxonomy/).

Make sure you have added some posts in the custom post type and taxonomy in the custom taxonomy. 

Suppose we have a custom post type called **Books** and a custom taxonomy called **Book Author** with a couple of authors.

Now we want to show posts from a particular author (for example - Paul) only.

To do this you have to find the slug of that particular taxonomy item, go to your Custom Post Type > Custom Taxonomy, in our case we’ll go to **Books** > **Book Authors**.

On that page, you’ll see the slug of different taxonomy items copy the slug you want to display posts from.

![find taxonomy slug](https://theplusaddons.com/wp-content/uploads/2023/07/find-taxonomy-slug.png)

Now, add the Dynamic Smart Showcase widget on the page, after selecting the appropriate style and layout select your custom post type i.e. **Books** from the **Post Type** dropdown.

Then go to the **Content Source** tab, and select your custom taxonomy i.e. **book-author** from the **Taxonomy** dropdown.

After that in the **Taxonomies Slug** field add the slug.

> *Note: You can add multiple slugs separated by commas.*

![](https://theplusaddons.com/wp-content/uploads/2023/07/dynamic-smart-showcase-taxonomy-slug-new.gif)

Now it will show posts from that particular taxonomy item only.

You can also include or exclude posts by post id just as you would do for normal posts.

Also, read [How to Exclude Post by Post ID From Custom Post Grid Layout](https://theplusaddons.com/docs//exclude-post-by-post-id-from-custom-post-grid-layout/).