Viewing 1 replies (of 1 total)
  • Thread Starter dherold

    (@dherold)

    Never mind, I found the answer …

    add_filter('ajax_wpqsf_query','title_sorting_fn','',2);
    function title_sorting_fn($args, $id){
    $args['orderby'] = 'title';
    $args['order'] = 'ASC';
    return $args;
    }

    Excellent plugin, BTW. Your hard work is much appreciated!

Viewing 1 replies (of 1 total)
  • The topic ‘Post_title’ is closed to new replies.