• Resolved jdquel

    (@jdquel)


    I’m not really familiar with some of the new internal php changes in WP2.1, so I’m hoping someone can help me with this. I just upgraded to 2.1RC1 to see how my custom theme and all the plugins I’m using would work. The plugins all work fine. But my theme has a problem with it. For some reason, the blogroll won’t load.

    I tried it out with the default theme, and the blogroll worked just fine. So I went in and replaced <?php get_links(); ?> with <?php wp_list_bookmarks(); ?>. The blogroll than loaded but all the links were indented and spaced too far apart.

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • [moved to Beta forum]

    Thread Starter jdquel

    (@jdquel)

    Okay…I got it figured out now. My problem was with the table ID that the blogroll php code was looking for. Since post categories and blogroll categories are listed in the same DB table in WP2.1, I had to change the ID number. So in my case, <?php get_links(1); ?> had to be changed to <?php get_links(30); ?> and so on.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blogroll doesn’t show in WP2.1RC1’ is closed to new replies.