• I just upgraded and none of my links show up. I see that I now have to manage links in “blogroll” versus Links like in my old version. Some themes show the links on the sidebar, and some do not. What do I need to change to make my new version of wordpress display links using my old theme?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Typically, the template tag, wp_list_bookmarks, is used in a theme’s sidebar.php to display links.

    Now with widgets, some people are able to use the Links widget to display their links.

    Links are managed under the Blogroll admin tab.

    ^^ what he said

    When I upgraded from WP 2.0.x to WP 2.2, I had to change 2 template tags in all my themes:

    wp_list_cats changed to wp_list_categories, and it has different arguments (options) that are set in the code. Read the codex for wp-list-categories if you have problem with categories list in your sidebar.

    wp-list-links (or whatever it was called like that before) changed to wp_list_bookmarks, see links above

    Thread Starter dhermit

    (@dhermit)

    My sidebar has a line that says ” wp_get_links” , I assume I need to change that? To what?

    To wp_list_bookmarks as it was stated several times above…

    Thread Starter dhermit

    (@dhermit)

    Ah, I apologize. I was still tying “get” not “list”. Thanks for the help, I really appreciate it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Upgraded from 2.0.3 to 2.2 and none of my links show?’ is closed to new replies.