Forums

wp_list_bookmarks php trouble (1 post)

  1. mmusil
    Member
    Posted 3 years ago #

    I am trying to change my blogroll so that, on my sidebar, it will display ten random links from the "blogroll" category. Within my sidebar.php file, originally it said:

    <?php wp_list_bookmarks('title_after=&title_before='); ?>

    I changed it to:

    <?php wp_list_bookmarks('title_after=&title_before=&orderby=rand&categorize=0&title_li=&limit=10'); ?>

    but this had no effect. What am I doing wrong?

Topic Closed

This topic has been closed to new replies.

About this Topic