How to organize your wordpress blogroll links?.
You can have the link in the following orders:
Orderby
– ‘id’
– ‘url’
– ‘name’
– ‘target’
– ‘description’
– ‘owner’ – User who added bookmark through bookmarks Manager.
– ‘rating’
– ‘updated’
– ‘rel’ – bookmark relationship (XFN).
– ‘notes’
– ‘rss’
– ‘length’ – The length of the bookmark name, shortest to longest.
– ‘rand’ – Display bookmarks in random order.So then you would have to do this:
<?php wp_list_bookmarks(‘title_li=&category=2&orderby=id’); ?>