Problem with wrong date displaying
-
On a site I’m building, I use get_the_time in different areas to display the post-date
(eg. in the sidebar where I’m displaying recent posts)But when I click on an event, ALL displayed dates EVERYWHERE change to the start date of the event itself.
This means that when I click on an event that’s due on january 4 2016,
my recent posts also seem to have been created on january 4 2016.
If I click on another event, all these displayed dates change to the date of this event too.. etc.I’ve tried multiple alternatives in my own templates, get_the_time, the_time, get_the_date, the_date etc.. but all are still displaying the event startdate.
For displaying the event itself, we use #_EVENTDATES and #_EVENTTIMES
Is there anyway around this?
The topic ‘Problem with wrong date displaying’ is closed to new replies.