Use get_option('date_format') for meta dates

This commit is contained in:
Alexander Agnarson 2018-07-20 16:39:30 +02:00
parent 6d935cff3a
commit e7bc4de146
8 changed files with 9 additions and 9 deletions

View file

@ -25,7 +25,7 @@
<ul class="post-meta group">
<li><?php the_category(' / '); ?></li>
<li><i class="fa fa-clock-o"></i><?php the_time('j M, Y'); ?></li>
<li><i class="fa fa-clock-o"></i><?php the_time( get_option('date_format') ); ?></li>
</ul><!--/.post-meta-->
<?php if (get_theme_mod('excerpt-length','26') != '0'): ?>