php - Sort the admin area of a Wordpress custom post type by a custom field -


My custom field was enough to show me columns in the wp-admin area of ​​my custom post type now. Any ideas on one of the custom areas to sort?

But of course. This will be posted on the basis of the value of pant_size custom fields:

  $ posts = query_posts ('orderby = meta_value & meta_key = pant_size & order = DESC');  

You can read more about it.


Comments