除了在wordpress中显示日期以外,如何显示博客发布时间?

时间:2018-06-23 23:12:39

标签: php wordpress

我正在尝试显示WordPress中发布日期以外的发布时间 我试图查看template-tags.php,但找不到方法?

1 个答案:

答案 0 :(得分:0)

您可以通过the_date函数

执行此操作
the_date("H:i " . get_option( 'date_format' ))