How to search by a post and a category name on wordpress at the same time?
Related Posts:
- Pagination with custom SQL query
- How to list some posts first in the loop based on post id
- Different ‘posts_per_page’ setting for first, and rest of the paginated pages?
- Add indexing to meta_value in wp_postmeta
- Custom WP_Query order by post_meta and (author) user_meta
- WordPress Custom Query to show posts from last x years
- How to order posts tag by tag?
- Pagination with 5 posts per page
- Is there an action/filter called when WP_Query->query is finished and assigns posts
- get images attached to post
- How to support multiple search terms query within one process?
- get data from wp-query, outside the loop & without url change
- Search another database with wp_query using new wpdb
- Custom page template query_vars
- Order by the results of a function with WP_query
- Pagination not working for category posts
- Querying by taxonomy vs Querying by Custom fields Speed Comparison
- WP_Query class not found
- How to use WP_Query to filter posts modified after a specific date
- Splitting the main query in multiple loops with query_posts and/or pre_get_posts?
- Include Sticky Posts with Custom Query
- Order WP Query posts by custom order calculated from post meta values
- Change default ordering of taxonomy terms – pre_get_terms
- Ordering Posts Type A by Custom Fields of related Post Type B
- Query Posts depends on custom field inside repeater field using acf
- Exclude old events from WP_Query with date saved in a `meta_key`
- current_post not working – give me -1 for every post
- Custom category search box for WordPress
- Sub-loop / nested loops Best Practices
- How to echo data after a WP_Query
- Order posts by taxonomy count
- Query all published post AND attachment with specific mime type
- WP_Query returns random number of posts
- WP_QUERY to display woocommerce products whose author IS the logged in user
- Load More Posts Button – AJAX
- When variable value have space between word, doesnt show any result WP_Query
- How to list custom fields as headers and list all pages sharing that custom field under it?
- Best practice for query_posts in responsive design?
- Make meta query treat meta_value as 1 or 0
- why does not my wp_query work?
- How to access custom WordPress database tables
- get all posts associated with a custom taxonomy
- WordPress query posts with multiple post_meta data
- Assign custom parameter to each post in query
- Exclude current post from an array of posts?
- How to set an alternate posts_per_page value for default queries in different templates
- WP Query – posts only by specific user
- how can I get seperate the HTML in the_content(); output?
- WP_QUERY with group by with custom fields
- Loading two different AJAX requests on two different pages
- How to remove only the latest sticky post from the loop
- Query posts using less than
- var_dump of WP_Query object is not empty, while .have_posts() return false
- How to show list of posts with custom field value (a date) that are coming soon
- How to add WordPress featured image via SQL
- Using WHERE on a WP_Query
- Insert images into wordpress post with a query
- WP_Query meta compare must include ALL array values
- How to sort queried pages by an array of page ids?
- How to query for a page, get data, then query for child pages of that page
- How to apply pre_get_posts to a custom query?
- How can I return only IDs from the `posts` REST endpoint?
- search through “product title” using WP_Query?
- Query post ordered by meta value that show first post that contained a tag
- WordPress Ajax form filter | Search by title with ajax form, breaks the other filters
- Counting instances of words in the results of a post query
- Query posts by post type, author and post meta
- Show child by slug, while knowing parent ID
- pre_user_query vs pre_get_posts
- Can I alter the main loop to ‘orderby’ a custom callback?
- How can I filter products by meta in Woocommerce REST API?
- Query a database based on form input then output to another page [closed]
- Query for getting posts with their custom fields data in WordPress
- WP_Query not returning any posts
- WooCommerce | AJAX | Product Pagination | Help me implement Ajax Pagination
- How to extend WP_query to a specific table?
- How to rearrange posts based on input field values added by WordPress “Advanced Custom Fields”
- How to delete a complete forum topic from root folder in wordpress
- meta_query is not allowing to show posts when querying multiple arguments in a WP_Query
- Showing the correct number of posts_per_page when avoiding the use of post__not_in
- I cannot get tax_query in get_posts() to work with custom taxonomy
- Related Posts with removing some categories
- WordPress custom query by archive title
- Is it possible to search for a string in posts OR postmeta?
- WordPress Bootstrap Grid
- WP_Query Posts by Metadata from Option Tree
- WP_Query within save_post doesn’t include the item that triggered the action?
- Search format not matching taxonomy query
- Not duplicating $post->ID leaves empty space.
- Pagination doesn’t work for home page custom post type query
- How to display comments list by order when clicking on newest or oldest link?
- Get the number of rows from $wpdb->get_results not working
- Loop issues when creating custom query for media uploader
- Query multiple taxonomies with pagination
- How to add a custom field and incrementing value for all the published posts
- have_posts order by title descending
- How to handle wp_query?
- Undefined variable [closed]
- Search query alteration not working for meta values
- WP_query shortcode inside acf Repeater breaks the repeater loop