How can I get a list of the most recent tags in a wordpress database?
- by Failpunk
I am not familiar with the wordpress schema at all and I need to get back a list, or array of the most recent tags from any post in the wordpress database.
I just need the data available on the home page so I can then manipulate it.
All the functions seem to be designed to work on a per-post basis.
(Wordpress really makes me feel sorry for frequent wordpress programmers.)