Get Links…by date?
-
I’ve searched and have been surprised that there aren’t easy solutions to pull a list of links by a date parameter, such as by month:
wp_get_links (monthdate) or wp_get_links (>date1, <date2) etc.
I’m trying to resolve a clean way to use WP for a company newsletter and create a list of links within the current issue (which are created among several categories). I’ve played with using a “currrent issue” category, “01” category for issue #1, etc., but all approaches I’ve tried are clunky. I can manage the archives for issue content posts, and all articles, etc., but it would be *so* easy to be able to pass a parameter that specified “between these dates” or a specific date or a month.
Using the last 10 posts, etc., doesn’t work in this case.
Any ideas? Or anyone know of a plugin that allows for date control or date ranges?
Thanks,
Gary
The topic ‘Get Links…by date?’ is closed to new replies.