$qry->is_main_query()
will be true on every main query on your site, front end and admin. You need to add another more specific condition to target only the page you’re trying to modify the query on, like is_post_type_archive('trucks')
.
Related Posts:
- What’s the most efficient way to get two queries based on an if statement?
- 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?
- Order posts by (hierarchical custom) taxonomy terms and term children
- 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
- Limiting number of custom posts shown on taxonomy page
- Custom Taxonomy order by Custom Field
- Include custom post type in “all posts”
- front end radio custom taxonomy with custom post type
- Is there any performance consideration when using Custom Post Types?
- pre get posts changing the query
- 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
- Building an Advanced Search (text, tags, category, custom fields) – Getting the wrong SQL query
- How to add custom fields to admin UI and REST API response?
- Using pre_get_posts to Filter Posts
- 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
- I am trying to hide a custom post type category to logged in users with Pre_Get_Posts
- 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 taxonomies to define versions of a product
- how to show records that don’t have custom meta value
- 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
- List all posts associated under custom taxonomy
- Query posts by multiple custom fields
- Custom taxonomy template for custom fields loop [closed]
- Set different posts_per_page for custom post type/taxonomy
- Create Inclusions and exclusions
- Need some suggestion/help with custom post types project
- Best way to use Category & Custom Fields?
- Pre_get_posts comparison with custom field doesn’t work
- pre_get_posts with multiple post types AND a meta_key
- predefined custom field on registration page
- Show Custom Post Type taxonomy term that matches custom field
- Setting a custom $query->query_vars[‘meta_key’] breaks the WordPress menu
- 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
- I want to understand plugin implementation of custom posts / taxonomies / metaboxes
- Custom Sort Order for Custom Post Type Taxonomy
- WordPress custom taxonomy template not working