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.
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.
Thanks for the insights
You must log in to post.