I think if you use the actual database field names, it will work; the documentation says do this:
orderby=rating,id
It doesn’t work, but this does:
orderby=rating,link_id
The database field names are (in version 2.9.2) are:
link_id
link_url
link_name
link_image
link_target
link_description
link_visible
link_owner
link_rating
link_updated
link_rel
link_notes
link_rss
Hi,
Your plugin is what I was looking for. The problem I have is that it doesn’t work unless I have logged into WordPress before trying to use it. If I am not logged in and I try to add a link, I do see a login prompt from WordPress, but after entering my username and password, it fails to log me in. I’ve tried it in Internet Explorer 8 and Firefox 3.6.3
Thanks for any insight you can give.