mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogside.git
synced 2025-08-26 16:48:09 +08:00
Use get_option('date_format') for meta dates
This commit is contained in:
parent
6d935cff3a
commit
e7bc4de146
8 changed files with 9 additions and 9 deletions
|
@ -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'): ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue