Wordpress link category order

Discussion in 'WordPress' started by MakeThatDollar, Aug 10, 2008.

  1. #1
    I have this code in the sidebar:

            <li>
            <h2><?php _e('Recently Sold'); ?></h2>
                <ul>
                 <?php get_links(5, '<li>', '</li>', '', TRUE, 'url', FALSE); ?>
                 </ul>
            </li>
    Code (markup):
    What can I do to make them show in the order that I add the links instead of in a random order? :confused:
     
    MakeThatDollar, Aug 10, 2008 IP
  2. MakeThatDollar

    MakeThatDollar Notable Member

    Messages:
    4,451
    Likes Received:
    158
    Best Answers:
    0
    Trophy Points:
    225
    #2
    Can anyone help?
     
    MakeThatDollar, Aug 11, 2008 IP
  3. Spawny

    Spawny Well-Known Member

    Messages:
    252
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #3
    if im not mistaken get_links(); has been deprecated since version 2.3 and has been replaced with wp_list_bookmarks();
     
    Spawny, Aug 11, 2008 IP