Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have also tried to use the above function which you suggest but not working

    add_filter(‘show_categories_args’, ‘my_custom_product_categry_order’);
    function my_custom_product_categry_order($args) {
    $args[‘orderby’] = ‘id’;
    return $args;
    }

    I am using the enfold theme

    waiting for the response

    Thanks for this great plugin but I have some issue regarding the categories listing. I need to display the product categories in custom order without any kind of sorting. I am using the following shortcode for this:

    [show_categories include=”36,34,37,29,35,33,42,52,31,30,55,41,48,47,32,56,57,40,46,43,58,44,59,45,50,51,53,38″ orderby=”none”]

    [show_categories include=”36,34,37,29,35,33,42,52,31,30,55,41,48,47,32,56,57,40,46,43,58,44,59,45,50,51,53,38″, orderby=”none”]

    Both of the above not working

    The orderby is not working here and all the categories are display in sorted order by the name. I need to urgently fix this please, guide me about the issue.

    Waiting for your response.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)