• Hi, I create page and insert shortcode [kbe_knowledgebase].
    But when showing, category not order by ASC like setting on kbe_order.php
    Can you help to check?
    Thank you.

    <?php
    $kbe_parent_ID = 0;
    $kbe_args = array(
    ‘orderby’ => ‘terms_order’,
    ‘order’ => ‘ASC’,
    ‘hide_empty’ => false,
    ‘parent’ => $kbe_parent_ID
    );
    $kbe_terms = get_terms(‘kbe_taxonomy’, $kbe_args);
    if($kbe_terms){
    ?>

    https://www.ads-software.com/plugins/wp-knowledgebase/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Maeve Lander

    (@enigmaweb)

    The plugin contains a custom drag n drop to reorder function. Check that your order is set in there.

Viewing 1 replies (of 1 total)
  • The topic ‘Category and articles not order by ASC?’ is closed to new replies.