I am displaying a list of albums. Their entry date is their release date. I want to list all albums using the show_future_entries=‘yes’ parameter, and label what is “currently out” and what is a “future release”. looking for a way to either check if the current date is before the entry date, and then use that IF to create a title, or restrict my weblog:entries to ONLY show future entries (latter is easier)
Thanks