Hello all -
I'm attempting to replicate a feature we had in Sharepoint where I could create a news item and set a start date and end date for the item to show up. I'd like to use a variant of the Blog Posts Macro to do so. Basically, the macro should take these inputs:
Title
Body
Start Date
End Date
I should then be able to use the macro to show only the posts where the current date falls within the start and end date range, inclusively.
Any and all help would be great!