• Hi,

    i just installed your plugin and its working perfect. I have only one problem.
    When I set ordering by this plugin, I have opened first category and its subcat on homepage.

    explanation:
    before plugin activated
    Cat 1 +
    Cat 2 +
    Cat 3 +
    Cat 4 +

    what I want
    Cat 2 +
    Cat 1 +
    Cat 3 +
    Cat 4 +

    what it’s rally looks like after plugin activated and reorder
    Cat 2 –
    Subcat 1 –
    SubSubcat 1
    SubSubcat 2
    SubSubcat 3
    Subcat 2 –
    SubSubcat 1
    SubSubcat 2
    SubSubcat 3
    Cat 1 +
    Cat 3 +
    Cat 4 +

    Is this some bug, or a feature? ??

    https://www.ads-software.com/plugins/taxonomy-terms-order/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nsp-code

    (@nsp-code)

    Hi,
    Not sure why it does that, can you check if your code use the get_terms() function?

    Thanks

    Thread Starter Toliceek

    (@toliceek)

    I’m not sure where do i look, but there is some get_terms() functions on the templates (woopress templates).

    shortcodes.php -> $product_categories = get_terms( ‘product_cat’, $args );
    theme-functions.php ->

    $categories_array = get_terms(($taxonomies), array(
    ‘orderby’ => ‘name’,
    ‘include’ => implode(‘,’, $teaser_categories)
    ));

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘First category opened’ is closed to new replies.