Having problems with sidebar

Discussion in 'PHP' started by charlietree, Jun 13, 2008.

  1. #1
    I am having problems getting my links section to show up on my tabbed sidebar

    this is the code that i put in...


    This is the error I get...

     
    charlietree, Jun 13, 2008 IP
  2. Lordo

    Lordo Well-Known Member

    Messages:
    2,082
    Likes Received:
    58
    Best Answers:
    0
    Trophy Points:
    190
    #2
    This error means one thing:
    There is no such function wp_list_links. Reasons can be that the file with this function was not included before this sidebar is loaded or maybe it does not really exist in the system at all. Try uploading the files again.
     
    Lordo, Jun 14, 2008 IP
  3. charlietree

    charlietree Active Member

    Messages:
    375
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Where do I find my links file in wordpress...are all of them the same pretty much? I have tried googling it but I dnt really know what to google...
     
    charlietree, Jun 14, 2008 IP
  4. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #4
    Sounds like you are trying to get the bookmarks of the blogroll >>>? Or is this a plugin you are calling?
    If it is the blogroll, I believe this is what you are after:
    
    <?php wp_list_bookmarks('title_li=&categorize=0'); ?>
    
    PHP:
    Which shows each in a LI without a header, more options here:

    http://codex.wordpress.org/Template_Tags/wp_list_bookmarks
     
    shallowink, Jun 14, 2008 IP
  5. charlietree

    charlietree Active Member

    Messages:
    375
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Cheers mate...thank you very much!
     
    charlietree, Jun 14, 2008 IP