Display Links Categories on WordPress using ShortCodes
While looking for the best way to do what the title says, I stumbled upon this great little function. All you need to do is add it to the current ThemeFunctions.php and then you can display any category anywhere in WordPress.
Usage:
Shortcode: [myblogroll] will display the category blogroll,
Shortcode: [myblogroll catslug="CategorySlug"] display only one category, where CategorySlug is the actual slug of the category.
Here is the code of the function: http://pastebin.com/wk0fFFzT
701