How To Control Your List of URL Links or Blogroll
I read these resouces:
http://www.wpbeginner.com/wp-tutorials/how-to-organize-your-wordpress-blogroll-links/ which shows the actual example code that really works.
http://codex.wordpress.org/Function_Reference/wp_list_bookmarks which made me understand a little bit more of the parameters.
And I came up with these:
wp_list_bookmarks(‘title_li=&category_name=programs&before=<li>&after=</li>&orderby=id’);
It works! I hope this is useful to you guys too! Cheerz!
