• Hi,

    In my sidebar I use the following to display the Blogroll:

    wp_list_bookmarks('orderby=rand&limit=7&include=8');

    Now: orderby works fine, limit works fine, but the link with id 8 is not always included.
    ( Link #8 is the one called Yukka in het nederlands.)

    The web site is located at http://www.yukka.eu/

    The first one who comes up with the solution gets a free Yukka CD (see http://www.yukka.eu/discography/#still), That is, if you want to 😉

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Jeroen

    (@mijnheer)

    Can it be that this has not been implemented yet in this version (2.1) ?

    Thread Starter Jeroen

    (@mijnheer)

    Bugfix located at:
    http://trac.wordpress.org/ticket/3898

    Thanks, Otto42!

    Wonderful that there’s a bugfix, I guess. Now how do I use it?

    Never mind. My problem was that the process of combining the post and link categories changed my link category IDs, but since it left the IDs the same in the SQL table that I checked (in phpMyAdmin) the thought that it had changed never occurred to me. The new layout makes it very hard to find the correct new category numbers. The only way I eventually found was to mouseover the category names in the full list in the “Manage Blogroll” tab and look for the “cat_id=” number.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    The new layout makes it very hard to find the correct new category numbers.

    Go to Manage->Categories and the ID numbers are displayed on the left side of the page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘include in wp_list_bookmarks() does not work’ is closed to new replies.