Taxonomies is not the right approach here, you should use custom fields (post meta) instead this way you can use compare
argument of the meta query as <=
ex:
$args = array(
'post_type' => 'product',
'meta_query' => array(
array(
'key' => '_version',
'value' => '1.0',
'compare' => '<='
)
)
);
$query = new WP_Query( $args );
Related Posts:
- Advanced search form with filters for custom taxonomies and custom fields
- How to Add Custom Fields to a Custom Post Type?
- What should I use – Taxonomies, custom fields, Post Type?
- clients list using wordpress
- Custom Taxonomy Template Post List with Sort Order
- Creating Photo Gallery System with Custom Post Type
- How to do a custom bookmarks post type?
- WordPress Search documentation: how to improve search query using taxonomy terms, custom meta fields?
- How to select one major category (or custom taxonomy) for a custom post type?
- Automatically assign a custom post to a custom taxonomy based on custom field value
- Custom Taxonomy order by Custom Field
- front end radio custom taxonomy with custom post type
- Is there any performance consideration when using Custom Post Types?
- Custom post type / custom fields
- What is better: Custom Fields vs Custom Taxonomies with Terms for perfomance, scalability and better user experience
- How loop through posts based on custom fields
- How to add custom fields to admin UI and REST API response?
- Get Custom Field Values by Another Custom Field in WordPress
- Custom Posts Hierarchy? (State/City/Restaurant)
- Automatically populate a hierarchical taxonomy from a custom field
- wp_query to find posts by year and month
- How to bulk copy custom fields between custom posts?
- Retrieve value of a category’s custom field
- wp_query check if integer exists in custom field’s array
- search also in taxonomy, tags and custom fields
- How do I associate a custom post type with another through a taxonomy or storing an ID in a custom field?
- Show custom post type relationships by taxonomy
- Dynamic dropdown select values depending on other custom field value
- Hierarchy and access control for Custom Post Types (CPT)
- First custom field value (out of several) displayed twice after query
- How to display products name in a non-alphabetical order, in a custom field (taxonomy)?
- Show fields based on taxonomy selection in editor
- Permalinks: custom structure for taxonomy – tags?
- Custom post type’s extra fields – how to handle?
- Creating custom post type with custom taxonomy and custom fields programatically
- Targeting categories in custom fields
- Custom Taxonomy Search result page
- How to get_term_meta on single custom post?
- Category Search / Custom Post Type search on my website. Custom Post Types that are “page-like”?
- Many to many to many custom post relationships
- Display a post from custom post type only if all the selected taxonomies and custom field value matches the record
- How to fetch custom post types with its full data on wordpress?
- Reusable metabox backend and frontend
- How to populate a Gravity Forms Custom Post Field (dropdown type) with custom taxonomy terms? [closed]
- Get custom term meta problem on single post type
- Custom post type name and assigning custom taxonomy
- Get A Custom Field From A Custom Taxonomy Of A Custom Post Type [closed]
- Building a Portfolio and need some direction
- Custom post types category
- Custom Taxonomy dont save in a frontend form for post a custom post
- How to display posttypes and taxonomy in standard posts, not in a separate label?
- Making a form for user to add new custom post with custom taxonomies and custom fields
- Should i use custom post type for a custom footer?
- Order custom posts by taxonomy, then by meta_key
- Confusion about how to use Custom Post Types, Custom Taxonomy or Category?
- Displaying Posts Using a Custom Query with a Custom Field and a term_id
- Writing a custom Glossary plugin
- How do I ensure that post_type and Taxonomy use the same slug?
- add_filter get array data before display in custom post_type
- Custom taxonomy terms as children of multiple custom post types
- ACF – Retrieve custom taxonomy from a relationship field
- Custom Post Type meta data getting deleted on bulk editing taxonomies
- Display Posts that fit a certain criteria on Category pages
- Display Custom Field or Custom Taxonomy in front page /post/product
- wp_insert_post deleting previous post custom meta
- PHP Warning with Custom Fields
- I want to create a metabox under custom taxonomy
- Adding a Section for Visitors
- Query posts by multiple custom fields
- Custom taxonomy template for custom fields loop [closed]
- Create Inclusions and exclusions
- What’s the most efficient way to get two queries based on an if statement?
- Need some suggestion/help with custom post types project
- Best way to use Category & Custom Fields?
- predefined custom field on registration page
- Show Custom Post Type taxonomy term that matches custom field
- custom taxonomies are not showing up in get_taxonomies
- Storing/querying custom date data
- Order by custom field attribute
- Advanced search form with filters for custom taxonomies and custom fields
- Custom post type and custom taxonomy archive inaccessible
- Custom Post type as Taxonomy
- How to change order of custom post types. I want Featured post to come first
- pre_get_posts causes Custom Posts appear under ‘Pages’ menu
- I want to understand plugin implementation of custom posts / taxonomies / metaboxes
- Custom Sort Order for Custom Post Type Taxonomy
- Custom post types filtered by taxonomy using REST API v2
- Custom-Posttype & Custom Taxonomy WP_Query
- Custom setting to show or hide field
- Custom taxonomy rewrite with query var returns %2F in URL
- Displaying custom-taxonomy-terms sorted by parent/child-hierarchy?
- Custom Post type & Taxonomy 404
- How do I add new post formats to twenty fourteen theme?
- Problem On Retrieving Post Meta Data on Custom Column [closed]
- Order custom post type by taxonomy
- Problem in moving cpt’s from local website to live website
- Creating connections programmatically with common fields on CPT’s
- Querying multiple taxonomies in URL leads to wrong taxonomy archive
- Custom taxonomy archive page not routing?
- Display tags & categories seperatly