you will need to modify the query on taxonomy term pages to get your post type
try:
add_filter('pre_get_posts', 'filter_custom_taxonomy_posts');
function filter_custom_taxonomy_posts($query) {
if (is_tax('Your_Taxonomy_Name')) {
$query->set('post_type', 'portfolio');
$query->set('posts_per_page', -1);
}
return $query;
}
Related Posts:
- Saving Taxonomy Terms
- How can I list all the categories under a Custom Post Type (taxonomy)?
- How to list all categories and tags in a page?
- Filter get_categories() for taxonomy term in WordPress
- Custom post type taxonomy template
- Show Post Count of a Category
- How to create new category for custom post type?
- Display all posts in main category and 1 subcategory
- How to display custom taxonomies with links in filter menu?
- How to Filter custom post type by taxonomy?
- Limit amount of posts made within a custom taxonomy
- Custom Post Type Category Link
- Custom Post type category pages template and loop
- get_category_link() for custom post type does not include custom slug rewrite?
- Targeting categories in custom fields
- How to show related posts of category on post within custom posttype
- Create custom post type categories
- Set a Default CPT taxonomy by taxonomy id
- How to manage a dynamic multi-level page hierearchy system?
- Categories manage
- Dropdown switching subcategories portfolio
- Is it possible for post and custom post type to share a category base slug?
- Exclude a category from WP_Query
- Creating “static” taxonomies to choose from, inside custom post type?
- How do I Filter Custom Post Type by Custom Taxonomy in the newest WordPress RESTful API?
- Custom taxonomy not showing up when adding a new custom post type
- How to filter custom post types by custom category taxonomy
- Is there a way to use regular categories with custom post types?
- Create an archive page for custom taxonomies
- remove support for ‘Categories’ for a custom post type
- Remove date and category filters when editing custom post types
- Taxonomy terms with edit/filter link in wp-admin, in the list of custom posts
- How can you make permalink work for custom post type and taxonomy?
- How do I list terms of a custom taxonomy at i.e. domain.com/brands/
- Highlight nav menu terms
- Taxonomy-{taxnonomy}.php is not working
- Want to filter only parent post in admin area
- Get list of terms of current taxonomy archive for another taxonomy
- Associate Taxonomies Across Post Types
- Display Custom Category (taxonomy) Name in Custom Post Type
- Order WordPress Custom Taxonomy Pages & Pagination Not Working
- Relationship between two taxonomies and a custom post type [closed]
- Combining custom post type and post category
- How to make a custom taxonomy selectable in post publish area?
- How to get the post type from a category id?
- Insert HTML inside link in a walker
- Set menu active state for custom posttype and category, given custom taxonomy term
- How do I get array of types associated with a taxonomy?
- How to query custom post types posts filtered by multiple custom taxonomies through a form selection
- Show category ID on custom post type
- wp_get_post_terms on custom post type with custom taxonomies returning an empty array
- get_category_parents for custom post type taxonomy
- How to filter wp_list_categories output with some custom post type meta query?
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- Can’t remove front from permalinks for custom taxonomy category page
- How to make custom taxonomy into drop down select in a custom metabox
- Categories filtering in new post
- List of Posts and Categories
- How to display products name in a non-alphabetical order, in a custom field (taxonomy)?
- Taxonomy in URL
- WP the_posts() on single-cars.php get category link
- How to Set Taxonomy Object Description?
- Custom Taxonomy Is Being Pulled into a Page, But It Doesn’t Have A Hyperlink
- Querying two taxonomies with tax_query not woking
- Variable not working in WP_Query
- Filter posts by tax (dropdown) and meta value
- Invalid Taxonomy
- Alphabetically sort a taxonomy.php template by post title
- Custom Post Types not queried in Custom Taxonomy archives or Native archives
- Show Taxonomies with admin area for custom post type?
- Include custom post type custom taxonomies in Categories widget
- Changing CPT slug and taxonomy already registered in parent theme
- get_terms() parent, child and grandchild
- Custom Post Type Custom Archive Page Not Working
- Can’t pull posts of a Custom Post Type based on the custom taxonomy of the CPT
- Retrieve Custom Taxonomies with Description and Slug
- Custom post type specific category box
- Custom Taxonomy Taxonomies of Same Name point to first created URL
- Custom Permalink For Custom Post Type – Working Fine But Broken For Pagination
- Display category filters for custom post type when category is shared by multiple post types
- How to order taxonomy terms by most recent post?
- How to set “section categories”?
- Custom taxonomy returns 404 even with saving permalinks
- List all posts associated under custom taxonomy
- how to create custom taxonomy drop downs for parents and child
- Add other all taxonomies as meta boxes to custom post type
- How to get post type archive category title
- Custom post type category link + add to menu
- Single taxonomy for different custom post types
- How to create groups like that in buddypress?
- Filter Term By Parent Term – Custom Post Type
- Custom Post Type and Taxonomies, creating the corresponding template file and loop the data
- List all posts from custom post type by taxonomy
- Archive templates based on taxonomies
- Trying to create hierarchy between 3-4 custom post types
- Customize category URL
- show only one category posts in admin
- Get all active posts that are tied to a custom taxonomy for a custom post type
- How to add to taxonomies to a post type
- Filtering custom post types using category taxonomy