Title: Using the Link Manager
Last modified: March 27, 2022

---

# Using the Link Manager

 *  Resolved [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/using-the-link-manager/)
 * Hi,
 * I’m working on code to display the links from the ancient Link Manager, and using
   the `wp_list_bookmarks()` function for that.
 * I would like to order links on date, so using `'orderby' => 'date'` but somehow
   this has no effect. I thought that it supports all [orderby](https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters)
   parameters.
 * But while adding a link via the Link Manager there’s no publication date available,
   so does this mean listing on date is not possible?
 * Guido

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/using-the-link-manager/#post-15499934)
 * Hiya Guido!
 * Looks like the links table doesn’t store a date!
    [https://codex.wordpress.org/Database_Description#Table:_wp_links](https://codex.wordpress.org/Database_Description#Table:_wp_links)
 * The doc saying to use posts fields is in error. The fields listed for get_bookmarks()
   looks to be more accurate.
    [https://developer.wordpress.org/reference/functions/get_bookmarks/](https://developer.wordpress.org/reference/functions/get_bookmarks/)
 *  Thread Starter [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/using-the-link-manager/#post-15500001)
 * Hi BC!
 * Thanks (again) for your reply!
 * I only notice `link_updated`, but that only stores a date when link is being 
   changed.
 * It’s not a big problem for me, and it’s now clear to me why date isn’t working.
   Guess I had to check my database first before starting this topic;-)
 * Guido

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Using the Link Manager’ is closed to new replies.

## Tags

 * [wp_list_bookmarks](https://wordpress.org/support/topic-tag/wp_list_bookmarks/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 2 replies
 * 2 participants
 * Last reply from: [Guido](https://wordpress.org/support/users/guido07111975/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/using-the-link-manager/#post-15500001)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
