Displaying calendar links to future months only
Hey Low
I have a calendar with next/prev month links and I need to only show the previous month link if the previous month is this month or in the future.
In addition, I also need to generate a list of month URLs starting from the current month for 12 months.
Before I start with PHP in the template, is there anything in Events that could help achieve this?
Thanks
Replies
Russ Back 27 Nov 2013 09:39
Sorry, ignore the second question about the list. I completely overlooked the archive tag.
First question is still relevant though.
Low 27 Nov 2013 09:50
You can try this conditional:
Russ Back 27 Nov 2013 10:27
Thanks, Low. Should have thought of that myself...