[wp-hackers] Get list of links by category
Kevin Newman
CaptainN at unFocus.com
Wed Feb 16 23:34:21 UTC 2011
Just wanted to say thanks.
Thank you so much for calling the API functions surrounding the "links"
feature "bookmarks" so that it's impossible to find it in the Codex! ;-)
For future reference, if you want to get a list of links (er, bookmarks)
by category, it's:
$archives = get_bookmarks(array('category_name' => 'your category name'));
Kevin N.
More information about the wp-hackers
mailing list