Modifying links to add date to the database
-
In my WP installations, I use links alot, and these links are added in different categories.
I have a custom way to show the links. First the category, then the latest five links in each category.
But the way I wan’t to modify this view even more, is to have the category with the newest link shown at the top.
I’ve explored the links database table, and notice that there is a field for date and time, but it’s not used by WP. After looking up in the WP code I’ve seen that WP uses the add_link() function to actually add the link, but I can’t find the function itself.
Does anyone know where this is, or even better, how to get WP to add date and time to the links in the database?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Modifying links to add date to the database’ is closed to new replies.