• Today I updated from 2.06 to 2.1 and my links are nog longer in the right category. The categories are shown, but all the links are under each category.

    Has anyone else had this problem and knows how to fix it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s a damn annoying change.

    Look in your template for the wp_get_links(); and replace it with just get_links();

    Thread Starter john24

    (@john24)

    Thank you, it works :D. Yet my links are no longer sorted by name.

    I really do not understand why they changed the categories in 2.1

    Thread Starter john24

    (@john24)

    fixed it using the code

    <?php get_linksbyname('categoriename', '', '', '', FALSE,
    'name', TRUE); ?>

    John, your code worked for me, but it lists the name and the URL.
    They need to seriously fix the “Blogroll” options so we can work in the link categories like 2.0 allowed.

    I’m no code expert, but this seems to work with correct line breaks after each link was:
    <?php get_linksbyname(‘Where To Go’, ”, ‘
    ‘, ”, FALSE,’name’, FALSE); ?>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Link Categories no longer working in wordpress 2.1’ is closed to new replies.