Support

Account

Home Forums Front-end Issues Sort Custom Post Type Alphabetically Reply To: Sort Custom Post Type Alphabetically

  • Sorry – yes it has!

    Adding

    add_action('pre_get_posts', 'my_pre_get_posts');

    fixed it.

    How embarrassing.