Current date in all post carousel items
-
The PostCarousel erroneously shows the date of the post.
I think this line in modules/PostCarousel/Item.php has the problem:
return date_i18n( $format, $this->get_post()->post_modified );It works if I replace the line with:
return date_i18n( $format, strtotime( $this->get_post()->post_modified ) );Thanks for the support!
The topic ‘Current date in all post carousel items’ is closed to new replies.