Support » Fixing WordPress » Categories listed in reverse order

  • Resolved thewhatwherewhen

    (@thewhatwherewhen)


    Hello. I am currently working on a site, and I am looking for a way to list the categories in the side bar in reverse ID order..

    I found this wordpress codex help but it didn’t work.. It said to put an underscore in front of the id and it would list them in reverse, but im wondering if my exclude etc is messing with it. Or it does say at the top of the codex

    This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions. All code that uses this function should be converted to use its replacement if one exists.

    Anyone have any ideas? This is my code.

    <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : // begin primary sidebar widgets ?>
    <li id="categories">
    <ul>
    <?php
    wp_list_categories('orderby=_id&exclude=&title_li=&child_of=3'); ?>

    And this is the site

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Categories listed in reverse order’ is closed to new replies.