• I wanted to place my blogroll to a certain page, as I search, it say I could use this:
    <?php get_links_list(); ?>

    But it seems that it will only work for the sidebar.. or I am not sure if it is just not working with the latest version of WP 2.5.1??

    How to I place my Blogroll for a certain page??

Viewing 2 replies - 1 through 2 (of 2 total)
  • That code works fine outside of the sidebar for me using 2.5.1 and 2.6-bleeding2

    Thread Starter pahn

    (@pahn)

    well, my links have category id 2

    “wp-admin/link-manager.php?cat_id=2”

    so I just need to enter it like this right?

    <?php get_links_list(2); ?>

    or am I making this wrong??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get Link for 2.5.1’ is closed to new replies.