WordPress调用文章发布日期和时间the_date()和the_time()

Author: 陌小雨Date: 2016-08-06View: 138

WordPressjhs

WordPress可以自由的设置文章发布日期显示的格式:如the_date

<?php the_date('Y-m-d H:i l'); ?>

前台显示示例:2016-07-30 11:24 星期六

还有一种为the_time

<?php the_time('Y年n月j日'); ?>

前台显示示例:2016年7月30日

更多的常用调用先占位,以后再更新吧。。。 😳