• I’m working on sorting users in a specific order. I know I can use the user_meta under order_by but the problem is I can’t for the life of me figure out where to add the custom meta. Anyone happen to have any advice on a plugin where I can add a custom field for use in meta sorting, IE 1, 2, 3, 4?

    PS. I tried advanced custom fields, but once activated there’s nowhere to modify them!

Viewing 2 replies - 1 through 2 (of 2 total)
  • If your trying to sort the users on the theme it can be done by adding the sort key to WP_Query where your displaying them.

    Is this a custom post type we are talking about or the default user list on WordPress?

    Thread Starter ustechninja

    (@ustechninja)

    It’s a template that’s part of the theme for one of the pages. I saw the wp_query, but again, I don’t have a field, and can’t find how to add a field, for it to go off of.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom User Sort Order’ is closed to new replies.