Date not updating with WP Super Cache
-
I am using PHP code
<?php echo date_i18n('l jS F Y'); ?>to display current date in my WordPress theme.It is working fine on my XAMPP (on my local machine). When I make the code live, it is not updating current date.To display current date,I have to delete cache from admin everyday.Otherwise it shows old date.
Please help me
The topic ‘Date not updating with WP Super Cache’ is closed to new replies.