mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogrow.git
synced 2025-08-26 16:32:31 +08:00
Use get_option('date_format') for meta dates
This commit is contained in:
parent
f40a78bb7c
commit
1082f1b48f
7 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@
|
|||
<?php the_excerpt(); ?>
|
||||
</div><!--/.entry-->
|
||||
|
||||
<div class="entry-date updated"><i class="fa fa-clock-o"></i><?php the_time('j M, Y'); ?></div>
|
||||
<div class="entry-date updated"><i class="fa fa-clock-o"></i><?php the_time( get_option('date_format') ); ?></div>
|
||||
|
||||
</article><!--/.entry-->
|
||||
</li>
|
Loading…
Add table
Add a link
Reference in a new issue