You can make use of the hide_empty
argument of get_terms()
. It’s default value is set to true
.
Do it somewhat like this:
$args = array(
'hide_empty' => false
);
$terms = get_terms( 'wpsc_product_category', $args );
Related Posts:
- How can I select a primary category?
- Display custom taxonomy attached to the post on post single page
- Get WooCommerce product category list in functions.php
- Display List of Categories Within a Custom Taxonomy
- Is There a Difference Between Taxonomies and Categories?
- Check if a post is in any child category of a parent category
- How to export and import taxonomies (category, tag and/or custom taxonomy) and their terms
- get_categories for custom post type with a specific custom taxonomy attached
- Order get_terms() By Custom Field
- Control term order on a per-post basis
- How can I add the featured image functionality to a custom taxonomy?
- Combine two taxonomies in a hierarchical tree
- How to make custom taxonomy check boxes like ‘Categories’
- Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
- How to create non-unique sub-category slugs?
- How to get next previous category in same taxonomy?
- Does WordPress Offer a Way to Find All of the Categories that Don’t Have Children?
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- Removed slug from CPT, now How/where do I hook the filter to the taxonomy term archive pages link?
- Getting WordPress custom taxonomy/category?
- Get a list of Terms for a specific category
- How to get the number of child categories a specific parent category has?
- How can I convert some categories to a custom taxonomy?
- Get multidimensional array that reflects category hierarchy
- List Terms in Category
- display taxonomy slug from term ID
- Limit number of terms that a custom taxonomy can save per custom post type
- Change existing taxonomy settings when using custom taxonomy
- Display Taxonomy Terms in an option tag with value being the slug
- How to get the id from the custom category?
- How can i insert term in a specific language of Polylang?
- Why does the argument list_only do on Walker_Category_Checklist::start_el?
- Display Posts Loop for each parent and for each Child
- Is There a Difference Between Taxonomies and Categories?
- How can I edit the ‘Most Used’ tab in the categories meta-box to show another custom taxonomy?
- Get posts from specific taxonomy term
- Get posts under a category with SQL
- get_terms function not returning anything
- Ive got a term (get_term_by) but now I want to filter it by a category it is in?
- Question on using custom structures for categories
- Get Categories Where Taxonomy Equals ‘n’
- Display sibling categories on category page
- Echo text using is_tag
- Same menu for different taxonomies to reach different content
- Showing HTML if Post is In Certain Taxonomy Term
- How could I write a get_categories_by_year() function?
- Post to inherit custom category background image from parent
- How to get posts using category slug in ClassiPress?
- Combining these queries? (Same taxonomy term + same category as post)
- List taxonomy terms assigned to a post in hierarchical view
- How to set the same base url for two different taxonomies?
- Ordering terms whilst in loop
- outputting taxonomy hierarchy
- Why use hierarchical taxonomies instead of many custom taxonomies?
- Renaming default category taxonomy?
- How to Manage and link certain custom taxonomy?
- How to add a post with new Taxonomy without assigning to default category?
- List Terms by category
- get_adjacent_post_link excluded_terms ignored
- Why is my post categories not displaying?
- Problem importing categories and sub-categories
- Converting Categories (with ACF fields) to custom taxonomies
- Taxonomy term RestApi data 10 rows limitions
- hide_empty property not working when using get_terms
- How to display non-hierarchical taxonomy as terms with checkboxes?
- How to limit the number of terms (terms acts like categories)
- How can I list all the categories under a Custom Post Type (taxonomy)?
- How to Override default update_count_callback for category
- Custom post type taxonomy template
- When to use ‘get_category_by_path’ vs. ‘get_term_by’ to get category object from `get_query_var( ‘category_name’ )`?
- Category page only displaying the posts from a custom type
- Any way to assign Post Categories and Tags to Links?
- How to export/import categories and keep their IDs?
- Get all sub-categories of a parent category
- Specifying multiple categories in URL (permalink)?
- Function get_queried_object() return NULL in custom taxonomy
- Should the actual /category/ directory be 404? Is that normal WP behaviour
- Use get_the_terms to list subcategories of custom taxonomy
- category filter doesn’t work in WPML
- Filtering *out* a taxonomy from the admin post list
- category image taxonomy
- Categories overview that links to page displaying posts
- How to display parents category and child category separately for a specific post?
- Get a count of how many times a term or a category is used in posts
- How to display a value inside a post with a specified category from a category custom field? [closed]
- The Difference Between Categories and Tags and Taxonomies and Terms
- Exclude product attributes from taxonomy terms loop
- Show single Child Category on Custom Post
- Natural sort / ordering wp_dropdown_categories
- Best way to categorize/populate a magazine style layout
- Automatically adding tags and categories into Post Excerpt for searching
- How can i add service category here? [duplicate]
- Limit categories to hierarchal depth of 2
- Show the parent taxonomy by creating shortcode in woocommerce?
- When creating a new product, auto assign it to all custom taxonomy woocommerce
- Create duplicate category page with content variations
- Categories and Tags Conflict after Woocommerce Installation
- finding out the top 5 source ( source is a custom taxonomy ), in a given category
- Modify functions.php to add a term ‘uses-theme’ set to theme name on post save
- Display associated taxonomy child name on single CPT page