Date format in Category Posts Widget
-
In the line 102 of cat-posts-php you should probably change:
<?php the_time("j M Y")); ?>
in to:
<?php the_time(get_option('date_format')); ?>
to maintain the formatting set in the WP Admin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Date format in Category Posts Widget’ is closed to new replies.