You can use the name
parameter in your arguments ex:
<?php
$args = array(
'post_type' => 'product',
'posts_per_page' => 12,
'name' => 'slug'
);
but this will only match the post with that same slug.
Related Posts:
- How to Optimize WP site for millions of posts
- Get Terms by IDs with IDs order
- wpdb get posts by taxonomy SQL
- How to List Events by Year and Month Using Advanced Custom Fields?
- Is there any difference between hooks posts_where with posts_join and posts_search performance wise?
- How many WordPress SQL Queries per page?
- Slow wp_enqueue_media()
- Advanced Custom Fields – Query Efficiency
- How to display lastest post date in the homepage?
- Get a user’s most recent post title
- Different Main Navigation per category
- How to tell if $query_var isset?
- Show All Posts Insert Edit Link
- Get posts by category with pure SQL query
- can’t get query to order posts by acf datepicker
- Sorting Grids with Essential Grid and Events Manger
- The use of including upgrade.php when building custom queries
- Get the timout value of a saved transient?
- Help with wordpress custom query and advanced custom fields plugin
- Does meta_query work within get_posts array?
- Mysql / WordPress killing my server with 80k users [closed]
- Query all posts and not repeat the same tag
- Slow meta_query with about 4 milion record on wp_postmeta
- How to show more than 5 posts?
- WordPress Find Duplicate Post By Content
- WP Query Sort by meta value (date)
- mySQL query. ORDER BY meta_key
- how to query multiple categories in wordpress?
- Disable the MySQL query in the main query
- Strange string in console from wpdb query
- Update slug (URL) of pending posts via phpMyAdmin
- Insert static element only once in query archive
- How to run a mysql query when admin updates user role?
- How can I get the query that would be run for the archive page?
- Query metas (and not : query posts by metas)
- Select query for a login
- What’s wrong with my $wpdb prepare?
- where should I reset query after using get_results?
- Missing posts in a query
- Alter a specific query on WordPress
- Only show upcoming event or current events
- SQL query to select posts from multiple categories
- Protect sequence of pages with same password for each of two groups of users
- How is it possible to get top comment from all children?
- How to orderby multiple meta fields with another meta query
- Select Query demand excesive resources [closed]
- Create Indexes for Slow Queries
- Query to get number of posts last week
- Query posts using meta_key
- I want to create a filter for the query string is this possible?
- Exclude categories from the_category();
- How can i show all categories using wp query?
- All in One Calendar Plugin Custom Post Type Query [closed]
- Get Posts from Last 24 hours and Sort them via GD Star Rating
- How to change the amount of posts previewed on a page?
- Query returning same results even though the ID changes
- How to get events using multiple custom meta fields?
- Why my query ‘REPLACE INTO…’ does not work?
- Restrict query to last day with posts
- Custom query object with Simple-Fields custom date field
- How to read the value of a WordPress $query associative array (hash) key
- Query posts based on previous query
- Waypoints + infinite scroll with custom query
- Customizing the_tags output?
- Querying with WP query using meta key price
- Re-sort get_posts query results
- How do I get all results from my query
- Taxonomy filter under Polylang
- Select column name dynamically mySQL Query
- How to create an overview of posts with the same tag?
- create a link to a random post within the current category
- Pagination not working on custom post types with rewrite slug
- JetEngine Query Builder – order by value from repeater
- Change pure SQL database query to WordPress post query?
- Filter orders by modify date
- How to add url parameter to every search query in SearchWp?
- How can I get posts by 2 meta keys, prioritising one of them?
- Heavy meta query causing SQL crash
- Sort by postmeta on when searching
- Pulling an ACF into a query
- Speed up search query that searches in post meta?
- implementing my wp_query using $wpdb class
- Problem on wpdb queries, wp_insert_post, wp_insert_user etc. The query runs twice
- Using cron for multiple queries
- very slow wordpress query with default query
- Sort loop with query in the link
- About WP’s save_post action
- Custom Query problem access the values
- Set posts per page for parent category and it’s all children
- Exclude sticky posts from query
- list or get meta_key where meta_value is ‘something’
- If more than 1 image show post link?
- Rewrite Query_Var URL Parameter with Slug
- How to query different categories on index?
- How to specify what kind of is_single post?
- Can’t See Media Queries with Inspect Tool [closed]
- Print data from wordpress sql query
- Can I create my own query in wordpress with traditional methods?
- Query filter on custom post by current author in post widget for elementor query id
- Querying Posts from ACF Repeater Subfield Select Value