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/
You say your "link widget" are you refering to your blogroll? Or is this a custom widget you installed?
Blogroll, sorry I didn't specify. It's the one that comes with WordPress. It's just named "Links" in the widgets panel.
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; ?>