【发布时间】:2016-08-12 08:04:08
【问题描述】:
我只有php statment这个字段,这个字段的输出是:August 11 2016,但是我怎样才能使这个11 08 2016?
<?php the_time(get_option( 'date_format' )); ?>
【问题讨论】:
-
我们在谈论wordpress吗?
the_time('d m Y')会这样做,或者你应该找到 date_format 选项并调整它的值 -
是的,这就是我想要的
标签: php wordpress wordpress-theming