Advanced Search Category Sort

This topic contains 2 replies, has 3 voices, and was last updated by  Giri 8 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #218434

    Wendy Richardson
    Expired Member
    Post count: 55

    How can we sort the advanced search categories alphabetically?

    #218716

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I believe they are ordered by ID.

    I’ll ask to the developers if there is an easy way to order them by Alpha.

    They’ll let us know asap.

    Thanks

    #219026

    Giri
    Expired Member
    Post count: 3155

    Category is sorted by post count by default.

    I have modified some code in Advanced filters addon.

    We need to apply that code in your site first.

    Then you can use the following code in your child theme.

    
    
    add_filter('geodir_filter_term_args', 'custom_geodir_filter_term_args');
    function custom_geodir_filter_term_args($args) {
        $args['orderby'] = 'name';
        $args['order'] = 'ASC';
        return $args;
    }

    Please post your FTP details.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount