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?
- Category display using conditions
- How to Filter the Custom term loop based on dropdown
- Insert HTML inside link in a walker
- Custom Post Types and independent Categories – complex Taxonomy
- Query Multiple Taxominies Across Multiple Post type’s
- Should I use custom taxonomy or custom post type
- How to detect filter in URL in Category page?
- Set menu active state for custom posttype and category, given custom taxonomy term
- How to show CPTs in term archive
- Custom query to filter posts that have current post as a taxonomy [closed]
- 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
- wp_set_object_terms() not adding new term to custom post and custom taxonomy
- Custom Post Type Archive Page Filtering
- Show category ID on custom post type
- How can I auto-assign a CPT post to category in a custom taxonomy when published?
- wp_get_post_terms on custom post type with custom taxonomies returning an empty array
- Genesis filterable portfolio isotope [closed]
- Posts from all the categories are being displayed instead of particular category
- How can I see a list of my Custom Post Types of the last term I was in?
- Custom Taxonomies not appearing in Admin
- Conditional Statement custom post type category
- Custom Post Type With Categories
- Custom Post Type Taxonomy Filters
- Categories sorting
- Allow user to set custom order to a list of custom taxonomies?
- get_category_parents for custom post type taxonomy
- Displaying custom taxonomy in the admin list of a custom post type
- wp_list_categories() – current-cat class also inside posts?
- Custom Taxonomy back-end customizations
- Show a Category X’s custom post type on Category X archive page?
- Taxonomy custom post type URL
- WordPress sort search results by custom order
- How to filter wp_list_categories output with some custom post type meta query?
- Cannot add category or custom taxonomy from admin. WordPress site is hosted in Windows 16 server via IIS. No XAMPP or WAMP
- Is it possible to have dedicated page for parent/child taxonomy?
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- Hide parent categories when clicked, and show it’s childs
- Get related posts of child term of custom post type
- Filter term taxonomy metabox in custom post type
- Issue on Creating Custom Tax Term Dynamically From Another CPT Meta-box On Publish
- Filter CPT posts by one or more categories
- Getting categories of posts under a custom taxonomy
- Can’t remove front from permalinks for custom taxonomy category page
- list taxonomies from a custom post type
- Display a grid of taxonomy terms at root taxonomy page
- How can I made custom taxonomies relationship?
- limit value taxonomy based on previous taxonomy value wordpress
- How do I display the taxonomy for a custom post type in an array
- How to conditionally redirect to the post from a taxonomy page?
- How do I check if the user is on a taxonomy term parent, child or grandchild page?
- Sort and filter custom post type posts by custom taxonomy
- How do I display the grand child items of a taxonomy term?
- How to edit this code to get the categories in achieve page?
- Taxonomies relations
- Is it better to use WordPress Custom Post Types or Taxonomies?
- Full Custom Post Type List Organised by two Taxonomies
- WordPress Doesn’t Generate Taxonomy Archive
- Suggested Post and Taxonomy structure
- Hierarchy and access control for Custom Post Types (CPT)
- Loop filtering Custom Post Types and/or Categories
- Best method to make posts searchable, sortable and filterable – custom field, tag or category?
- Custom post with more than one custom taxonomy
- How to get custom posts sub category link
- Get the taxonomy of a post hierarchically
- Adding custom taxonomy in same menu place with two custom post types
- How to make custom taxonomy into drop down select in a custom metabox
- How to get list of taxonomy slugs ordered parents>childs?
- browse by category and tags?
- I am trying to hide a custom post type category to logged in users with Pre_Get_Posts
- Categories filtering in new post
- Conditional statement for if archive page has posts which contain certain taxonomies/categories/tags, show those terms
- How do I share categories across multiple post types?
- Multiple tag cloud filtering
- List of Posts and Categories
- Get url.com/post_type/taxonomy/term work!
- How to display products name in a non-alphabetical order, in a custom field (taxonomy)?
- Taxonomy in URL