You don’t want ORDER BY $wpdb->postmeta.post_id rand()
. If you had debugging enabled, you’d see an error. You need to separate ORDER BY
values with a comma– ORDER BY $wpdb->postmeta.post_id, rand()
. In your case, that won’t do any good because the first value gets precedence, so the query will order by the ID and then randomize “within” that first level order… but there is not “within” in this case.
Just use ORDER BY rand()
Related Posts:
- Custom post type – order field
- Order by & include array by specific post ids
- Sort Order for a Custom Query in a Post Type Archive Not Working
- Select All in Parent Category, Group by Child Category?
- Get terms that contain posts that in turn belong to other terms?
- Ordering posts having multiple post-meta date fields
- WP_Query -> sort results by relevance (= most tags / taxonomy terms in common)
- Custom Post type sort order not working in the admin area
- Order posts by (hierarchical custom) taxonomy terms and term children
- Compare 3 custom fields and sort by oldest
- List upcoming events, ordered by date in a custom field
- WP_Query post at custom position
- Sort custom post types by last name in the backend
- Want to filter only parent post in admin area
- $wpdb returns no results with SELECT query on custom post type, works on default post type
- WooCommerce – Show orders for a specific product ? [closed]
- Inserting data into `post meta` table?
- Re-order posts in query after
- using custom taxonomies on non wp table?
- Display custom post types with custom date field value (before today) & order by custom date field
- Custom Post Type order by modified date and custom meta field issue
- How to query different post types in specific order?
- How to quickly reorder posts in the admin panel that will persist for the wp-api
- Custom Post Type + 20k posts = blank/404 within Admin edit.php [duplicate]
- wpdb custom post_type problem
- How do I make a custom taxonomy for a CPT appear inbetween title and editor boxes?
- $wpdb: Counting posts corresponding to 3 terms in 3 different taxonomies
- Combining sorted and random CPT
- Show listings from Impress Listing plugin in random order using taxonomy and terms
- Insert post metadata for all posts in CPT at once if metadata no existent
- Rewrite and custom post type: order by custom field not working
- Convert simple SQL Query to WordPress query
- Add meta value to custom post type on publish
- Previous/Next Link by Meta Value in CPT
- using $wpdb to get custom post type with term
- How to order separated Custom Post Search results
- Wp_query: sort by PHP variable
- Allow user to set custom order to a list of custom taxonomies?
- Converting the_content string to an array?
- Display custom fields from custom posts in RSS feed
- Sort CPT archive by order prevents sorting in admin
- How to do WP_Query with two meta fields with orderby clause
- Order Custom Post Type by Custom Field Value
- Get terms that contain posts that in turn belong to other terms?
- Get the taxonomy of a post hierarchically
- Change sort order when using ‘orderby’ => ‘type’
- Display Woocommerce Orders for specific author [closed]
- Ordering custom post type by multiple custom fields
- Order by custom field meta_key date and then by custom file meta_key number
- Save custom post type to external database
- 4 column-loop ordered alphabetically with entries grouped (and labeled) by their first letter
- Ascending Order is not Working in Custom Post Type Listining
- WPDB for post count on post
- Having Issue on Ordering CPT by Custom Field In Custom WP Query
- WP_Query of custom post type sorted by meta_key has unexpected results
- WP_Query not resetting after wp_reset_postdata
- Post ordering not working with custom field
- Filtered by a custom field, ordered by another
- orderby parameter not working in custom query
- foreach loop inside the loop creating duplicates in output
- $wpdb is queried but results don’t show
- show most viewed posts of last days by link?
- Changing WordPress sort order for returned child pages
- Display Parent-Child Posts in specific order by comparing IDs in array
- How can I sort the results of a REST API response by the title of a connected custom post type?
- Order posts alphabetically with numbers but some of the posts has numbers in the title
- Filter in Custom post type to find the parent post
- How to order taxonomy terms by most recent post?
- Orderby if between two meta fields
- Display custom posts, ordered by most commented, without duplicates
- Custom post type order by post_title
- SEARCH QUERIES – REVERSE OUTPUT
- How to order multiple custom post types with same taxonomy by date
- How to store additional data that is related to core data
- Using Orderby and meta_value to order natural/alphanumerical
- Update 2 wordpress tables at once
- What’s the most efficient way to get two queries based on an if statement?
- WP Query with multiple post types ordered by custom meta date then published date
- Orderby modified only for specific post types
- Custom post order when using OR relation
- Help ordering custom query by Title, Ascending
- Custom Post save causes 500 error
- shortcode order for event custom post type
- How to display custom post type ordered by a custom field date
- Order Custom Posts by Several Fields
- Query Distinct Taxonomies of Custom Post Type
- show previous/next post orderer by title in custom post types
- Ordering custom post type by custom field without a title
- Adapting plugin for custom post type?
- Create custom post order (with custom post type meta)
- Retrieve post data via WPDB class
- $wpdb returns no results with SELECT query on custom post type, works on default post type
- 404 on Pages for Custom Post Type & Query_Posts
- Trying to display posts by authors in with specific user meta
- Posts 2 Posts: query connected — orderby problem
- Order custom post type is beign ignored
- How to order different custom post type in category or tag template page?
- WP_query orderby not working after WP4.0 update [closed]
- Create a WordPress Database query to find users who purchased specific product through WooCommerce [closed]
- Query order by meta value force specific tag first