WordPress link widget disappeared?

Discussion in 'HTML & Website Design' started by Falling Down, Nov 21, 2008.

  1. #1
    Hi, I have a blog that uses WordPress and for some reason my link widget just decided to disappear and I haven't edited the HTML in any way. What is wrong here?

    http://www.qwerrty.com/
     
    Falling Down, Nov 21, 2008 IP
  2. LindseyInteractive

    LindseyInteractive Well-Known Member

    Messages:
    2,830
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    175
    #2
    You say your "link widget" are you refering to your blogroll? Or is this a custom widget you installed?
     
    LindseyInteractive, Nov 21, 2008 IP
  3. Falling Down

    Falling Down Banned

    Messages:
    460
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Blogroll, sorry I didn't specify. It's the one that comes with WordPress. It's just named "Links" in the widgets panel.
     
    Falling Down, Nov 21, 2008 IP
  4. LindseyInteractive

    LindseyInteractive Well-Known Member

    Messages:
    2,830
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    175
    #4
    No there is not, but there are custom link widgets...

    But below is a link for you to include in your sidebar so you can display the links:

    <h2>Featured Links</h2>
    <ul>
    <?php get_links(-1, '<li>', '</li>', 'between', FALSE, 'name', FALSE, FALSE, -1, FALSE); ?>
    </ul>
    </li>
    <?php endif; ?>
     
    LindseyInteractive, Nov 21, 2008 IP