Date format
-
Great plugin but the date format is static, it should be changed to match the date format from general settings.
This can be easily done by changing <?php the_time(“j M Y”); ?>
to <?php the_time(get_option(‘date_format’)); ?>
- The topic ‘Date format’ is closed to new replies.