• Resolved uili

    (@uili)


    How can i use my custom order instead of dragndrop order on some places?

    $args2 = array(
    'orderby' => 'name',
    'order' => 'ASC',
    'show_count' => 1,
    'title_li' => '',
    'taxonomy' => 'categoria'
    );
    wp_list_categories($args2);
Viewing 1 replies (of 1 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hey @uili,

    I just replied to your GitHub ticket. I think the GitHub UI is a bit nicer so let’s continue with that ticket.

    Cheers,
    Kevin.

Viewing 1 replies (of 1 total)
  • The topic ‘How to ignore plugin order and use my custom order’ is closed to new replies.