asphodel
Member
Posted 5 years ago #
I'm not sure if this is already built into Wordpress or not, but I would like a links list like StopDesign has on the right ("Recent Links"). It only gives the most recent ones added, and then has a link for older ones. Also, on the page with the older links, they are all perfectly organized by day added with details. Does anybody know the coding for this?
asphodel
Member
Posted 5 years ago #
I just tried this, it didn't work, but I think I'm missing something.
I too would like a list of the 10 most recent links that I have posted to my page, but I have only the one posting category (General) and this does not figure in the help above.
Is it possible for some code to examine my posts, strip out the last 10 urls that I entered, and display them ?
Umm... that code is for using links with the link manager, not to pull links from posts... examining links from posts would be a much larger project, methinks...
Anonymous
Unregistered
Posted 5 years ago #
Fair enough.
Thanks for the reply !
In the (near?) future, we will be adding some hooks so you can perform actions after saving a post. One of those actions might be to grab any links from your post and put them into a text file or database table.