• Hi there.

    Links specified in the blogroll admin page are not showing in my sidebar. I am using WP 2.2.3. The sidebar code is

    <?php get_links_list('name'); ?>

    I have also tried using
    <?php wp_list_bookmarks(); ?>

    Neither seems to work. No errors showing, just the links are not showing.

    Here is the page. https://www.urs.science-awards.org/

    Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Hi, I use
    <?php get_links(X, '<li>', '</li>', '', 'TRUE', 'updated', FALSE); ?>

    where X is the number of the link category.

    Hope that helps…?

Viewing 1 replies (of 1 total)
  • The topic ‘Blogroll links not showing in sidebar’ is closed to new replies.