Does anyone know of a way to display the top 10 most recent links added to the link database in link manager? This has been an issue I have not been able to figure out for awhile.
Does anyone know of a way to display the top 10 most recent links added to the link database in link manager? This has been an issue I have not been able to figure out for awhile.
<?php wp_list_bookmarks('categorize=0&title_li=Newest Links&orderby=id&order=DESC&limit=10'); ?>
See the template tag, wp_list_bookmarks(), for more arguments.
This topic has been closed to new replies.