pre_get_posts
alters all queries, back end and front end regardless.
There are two very important checks that a large amount of people misses, that is the !is_admin()
check which only targets the front end, and then the most important check, is_main_query()
which will only alter the main query and not custom queries.
You statement should look something like the follwoing
if ( !is_admin()
&& $query->is_main_query()
&& $query->is_search()
) {
// Your arguments to set
}
Related Posts:
- Get post count of current loop when using multiple queries on one page
- Display products from specific category in shop page
- WP_Query: query posts by ids from array?
- How to get order of posts?
- pre_get_posts with get_posts
- Executing Queries in tag.php
- Query Custom Meta Value with Increment
- Identify which loop you are hooking into; primary or secondary?
- Sort posts by custom taxonomy name
- Trying to list out child pages with WP_Query
- Show default content if custom WP_Query has no posts
- Display featured products through custom loop in WooCommerce 3 [closed]
- Exclude first 5 posts of specific categories in the main loop
- How to bring specific post to front of wordpress loop?
- meta_query on a date range using an array of values
- Why execute the_post()?
- Multiple WP_Query loops with Pagination Not Working
- Posts loop with pagination on a single post page
- WP_Query Order by Specific Post ID First
- How to change posts order on Category and Tag archives?
- WooCommerce Only OnSale Products Loop Snippet [closed]
- Apply CSS class to every second database record [closed]
- How to prevent writing duplicate loops?
- ACF – Get lowest & highest value from field
- query user display_name failed in a custom mysql query foreach
- Query posts by specific word on title
- Multiple taxonomy And acf filter group by
- Reset postdata to custom query in nested queries
- WP_Query condition affects posts_per_page count
- Custom Search Not Consistent with Results
- Display both standard posts in a specific category along with a custom post type in a single loop?
- Orderby is working with one query but not with other
- 1/3 of posts different class
- Two loops on archive page
- Loop Split two Columns
- How to order posts by title after they have already been sorted by category
- How to list posts with disabled/closed comments, with pagination?
- How to make a second query offset -2 from current post
- Running main loop 2 times with conditional statement
- WordPress | Date not always appear [duplicate]
- Array as ‘key’ in WP_Query
- Is_single() conditional tag returns null in query
- Best choice for multiple loop in page?
- WP Query – order posts by meta field first and then order the rest
- Wp_query with 2 meta keys and array of meta values
- Adding a html class based on post count
- Posts in loop all show the same author when there are many authors
- Multiple Rows in a using wp_query
- How to create custom query by keyword in post title?
- If have posts a week old, display, else display a different loop
- Create a loop on my pages with new “WP_Query”
- Create a page template for “top rated posts” but show full content and not just a list
- Daily drip of posts – based on user ‘startData’ – ordered oldest to newest
- How to add tax_query to $args with concatenation
- WP ForLoop to compare meta information of posts to determine what post to display
- How to filter query loop block with a search string from the query parameters
- How to split a post and intercalate elements from a loop
- How to create a widget like this?
- Different Loop for tag pages?
- Hiding carousel indicators if there’s only one post
- 2 queries with counters
- Does query_posts have an effect on get_the_category?
- Second loop pagination changes URL, not content
- Creating ‘posts page’ loop based on the page itself
- WP Query get only 1 post (sticky, not sticky etc)
- WP_Query not returning correct result with meta_query parameter
- Duplice post with standard WP loop – fixed by using query_posts() instead
- Show custom content when loop or wp query reaches specific time?
- Get categories within specific term
- Loop through array of pages
- Custom query for custom post type not getting correct post ID
- Ajax buttons not working properly in WooCommerce when using wc_get_template_part
- the_post_thumbnail and multiple WP_Query
- I have 3 categories, i want to display on a loop the last 3 of every category
- Why is my query not giving results?
- WP_Query doesn’t works inside loop
- Problem with custom WP_Query and underlying pagination/posts_per_page
- View related categories in order of posts
- 2 Loops on one page – pagination of 2nd loop ignore array of excluded posts
- WP_query for posts with same post type AND same post category
- How to solve this script problem in theme directory?
- Show posts in category
- Both WP_Query and get_posts returning 1 post
- WP_Query for attachments without duplicating post_parent and displaying tagged image
- List ALL posts within last week from current category on category page
- Custom post type archive organized by category
- wp_query display posts based on day
- Sorting Posts Based On Meta Value Using AJAX
- No content found on page 2 of pagination with 1 post per page
- Converting an existing query_posts to WP_Query
- Loop being strainge
- Multiple loops on index page with sticky post and pagination
- Problem with WP_Query sort
- Get author meta data with no published posts in author.php?
- Help with showing text when something is entered in my search bar
- Print post data inside loop using theme content template
- tax_query not working properly with get_posts
- Prevent WordPress loop from displaying similar post titles
- Show number of posts AND number on current page (cannot make it work)
- Custom WordPress loop, articles not in same order as Array