Forums
(@haimo)
10 years, 10 months ago
Solved changing the php code in WPTiles.php
from this:
‘%date%’ => $this->get_the_date( $post ),
to this:
‘%date%’ => apply_filters( ‘get_the_date’, $the_date, $format, $post->ID ),