Ok I have the Template I want But There Is No Blogroll/Link Category

Discussion in 'WordPress' started by itvegas64, Sep 9, 2006.

  1. #1
    Ok I have the Template I want But There Is No Blogroll/Link Category does anyone know the code I need to add to the sidebar template?
     
    itvegas64, Sep 9, 2006 IP
  2. DarrenC

    DarrenC Peon

    Messages:
    3,386
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are you sure the category is created in your dashboard?

    Most themes come with blogroll / links as standard - what theme are you using?
     
    DarrenC, Sep 9, 2006 IP
  3. itvegas64

    itvegas64 Peon

    Messages:
    46
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    the theme is sky3c. i'm very new to wordpress been using blogger. I've tried everything I can in dashboard but no joy. the theme came from http://themes.wordpress.net/
     
    itvegas64, Sep 9, 2006 IP
  4. DarrenC

    DarrenC Peon

    Messages:
    3,386
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hmm, yes weird that the theme doesn't have a blog roll - maybe the themes list is the blogroll? Anyway, there's different code for the links, depending how you want it to appear but have a try with this code.

    <?php get_links_list(); ?>
    Code (markup):
    Make sure you backup your sidebar.php before changing the code!!
     
    DarrenC, Sep 9, 2006 IP
  5. itvegas64

    itvegas64 Peon

    Messages:
    46
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I tried it didn't work, got error when viewed site. Any other ideas?
     
    itvegas64, Sep 9, 2006 IP
  6. DarrenC

    DarrenC Peon

    Messages:
    3,386
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #6
    PM me the URL of your blog and I'll take a look.

    Darren.
     
    DarrenC, Sep 9, 2006 IP
  7. itvegas64

    itvegas64 Peon

    Messages:
    46
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    thanks Darren just tried it again and it worked, messed up the code the first time, many thanks!
     
    itvegas64, Sep 9, 2006 IP
  8. DarrenC

    DarrenC Peon

    Messages:
    3,386
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Nice one.

    Yeah you have to be careful where you put the code as it can mess things up - that's why it is always best to backup the file before playing around with it.
     
    DarrenC, Sep 9, 2006 IP