标签: php wordpress
我正在尝试显示WordPress中发布日期以外的发布时间 我试图查看template-tags.php,但找不到方法?
template-tags.php
答案 0 :(得分:0)
您可以通过the_date函数
the_date
the_date("H:i " . get_option( 'date_format' ))