you could always make a custom wp_query and put it in a template-custom.php.
$the_query = new WP_Query( array(
'post_type' => 'faqs',
'tax_query' => array(
array (
'taxonomy' => 'audiences',
'field' => 'slug',
'terms' => 'merchants',
)
),
) );
while ( $the_query->have_posts() ) :
$the_query->the_post();
// Show Posts ...
the_title();
endwhile;
/* Restore original Post Data */
wp_reset_postdata();
Related Posts:
- Extend walker class with custom post types [closed]
- How to Programically add to the new WordPress menus
- Create Custom Post Type Archive Page with Sub Categories Navigation Sidebar
- Custom taxonomy template not working with simple loop. Multiple CPT using the same taxonomy
- Adding Custom Taxonomy Archive Link to Nav Menu Shows Up As (Invalid)
- Custom post type and taxonomy permalinks – Structure
- Menu Multiple Taxonomies
- Navigation menus not showing because of custom post type filter
- How To Create A Custom Taxonomy 404 Page
- Add/Remove current_page_parent class
- Set menu active state for custom posttype and category, given custom taxonomy term
- Correct classes for WordPress menu items
- Custom Taxonomy Navigation, with current menu items for children?
- Second Set of Eyes: One custom taxonomy shows in Appearance > Menus, one does not
- Use custom walker to add taxonomy terms to main nav menu
- Custom Post Archive is not working
- Get custom post type categories to show up in menus
- How can I create an automatic drop down menu with my tags?
- WordPress menu with custom taxonomy
- Taxonomy template page not working
- Archive page of CPT’s custom Taxonomy
- Multiple Custom Post Type in Taxonomy Archive Causing White Screen
- Automatically add CPT UI categories to the menu
- Custom post type category link + add to menu
- Custom post type archive page not showing on archive-posttype.php
- Multiple archives for cpt, taxonomies, terms
- How to assign custom post template to its custom taxonomy terms
- List all posts from custom post type by taxonomy
- How to display custom post types AND regular posts separately on a shared taxonomy archive?
- Archive templates based on taxonomies
- Custom Taxonomy Showing in WP Menu
- Plugins for putting Custom Post Types into the Menu
- Getting (Invalid) when adding custom taxonomy of custom post type link in menu [closed]
- Archive custom template from search
- How to make a single Menu Item call another Mega Menu for Custom Post Types and Custom Taxonomies?
- Highlight specific menu item when custom post is page
- Navigation won’t update to show full path to single post
- Display as tree terms of taxonomy and custom posts for each term of taxonomy
- Custom post type url with category
- Custom Taxonomy terms aren’t getting referenced or saved in Quick Edit or Bulk Edit, only on Single product page?
- How do I move/order posts with a tag to the end?
- Adding custom post category slug in permalink causes 404 error for pages and posts
- Add custom image size for custom post type or taxonomy
- Get taxonomy values based on wp_query results
- Display post as term id
- Ajax Custom Post Filter is not filtering
- Need Output Custom Taxonomy from Custom Post Type
- Display all taxonomy terms, add class if term applies to current post
- WordPress sort search results by custom order
- How to filter wp_list_categories output with some custom post type meta query?
- Custom Post Type – No Results Found
- Return the latest post from a custom Taxonomy and Post Type
- Cannot add category or custom taxonomy from admin. WordPress site is hosted in Windows 16 server via IIS. No XAMPP or WAMP
- Don’t know how to show custom taxonomies from a custom post_type
- How to Filter custom post type by taxonomy?
- 404 error when navigating to a taxonomy page with Cyrillic, what’s wrong?
- Custom taxonomy rewrite give pagination 404
- How to duplicate entire custom post type
- Displaying CPT and custom taxonomy side by side in Bootstrap 4 component
- Use Custom Post Type archive page for the taxonomies term archive page
- How Can I Change the Custom Post Type Slug to the Taxonomy Slug in the URL?
- Is it possible to have dedicated page for parent/child taxonomy?
- Use same slug base for Custom Post Type posts, and multiple taxonomy terms
- Can a Custom Taxonomy be named “category” like normal Posts?
- How to use terms from the same custom taxonomy in different roles in a custom post type?
- How to have the same url structure for both a CPT and a Taxonomy?
- How to create custom url structure based on custom post type rewrite slug, taxonomy and category slug?
- create a subcatagory for a custom post type and out put url as posttype/subcategory/item
- How do I display the taxonomy term alongside the post type post title?
- Display custom post type category, while in a CPT category, then the posts beneath
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- Display Custom Toxonomy In WordPress and theme Widgets category selection dropdown list
- Hide parent categories when clicked, and show it’s childs
- WP_Query inside foreach loop returning same value for all options when filtered using ajax
- Hide post navigation if current post is in a category with only one post
- Get related posts of child term of custom post type
- Limit amount of posts made within a custom taxonomy
- custom-taxonomy/post_name instead of the default post_type/post_name
- Filter term taxonomy metabox in custom post type
- Show custom post archive when custom post not specified
- Show custom post type relationships by taxonomy
- Group CPT posts by custom taxonomy
- Issue on Creating Custom Tax Term Dynamically From Another CPT Meta-box On Publish
- Filter CPT posts by one or more categories
- Custom taxonomy and custom post type – wrong permalinks and template
- Setting up taxonomy to relate various custom post types – advice on structuring?
- Getting categories of posts under a custom taxonomy
- Post count by month of taxonmy term
- How can I make the slug of the taxonomy also the slug of the custom post
- Query taxonomy of taxonomy of custom post type
- Taxonomies don’t show up on in the dashboard page for a custom post type in wordpress 5.22
- Can’t remove front from permalinks for custom taxonomy category page
- Custom WP Query on custom meta and sort by multiple meta keys value
- How to checked selected category checkbox when my custom post inserted from frontend
- Why is my site using index.php instead of archive?
- Allow duplicate slugs for custom post type with taxonomies
- list taxonomies from a custom post type
- How to display Custom Taxonomy under Custom Admin Menu?
- Display a grid of taxonomy terms at root taxonomy page
- WordPress custom taxonomy, posts urls