posts WHERE post_status = 'draft' ORDER BY CASE WHEN user_id = 'get_current_user_id()' THEN … Continue reading "order by current user id in wordpress"" /> posts WHERE post_status = 'draft' ORDER BY CASE WHEN user_id = 'get_current_user_id()' THEN … Continue reading "order by current user id in wordpress"" /> posts WHERE post_status = 'draft' ORDER BY CASE WHEN user_id = 'get_current_user_id()' THEN … Continue reading "order by current user id in wordpress"" />

R

Rohit Kumar's Buffer Now

Programming and Troubleshooting blog Programming Tips and
internet tricks: Facebook, Google, php, c#.net, joomla,
wordpress and drupal.

  • Rated2.3/ 5
  • Updated 6 Years Ago

order by current user id in wordpress - Buffer Now

Updated 6 Years Ago

Order By Current User Id In Wordpress - Buffer Now
following snippet to list down drafts and order by current user , so that current users draft post appear first and then other draft, you can use same for other posts post type as well. $drafts = $wpdb->get_results( "SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'draft' ORDER BY CASE WHEN user_id = 'get_current_user_id()' THEN … Continue reading "order by current user id in wordpress"
Read More