mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogrow.git
synced 2025-08-27 01:46:10 +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
|
@ -29,7 +29,7 @@
|
|||
<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
|
||||
</h4><!--/.related-title-->
|
||||
|
||||
<div class="related-date"><?php the_time('j M, Y'); ?></div>
|
||||
<div class="related-date"><?php the_time( get_option('date_format') ); ?></div>
|
||||
|
||||
</div><!--/.related-inner-->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue