• 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?

  • The topic ‘wp_list_bookmarks php trouble’ is closed to new replies.