WordPress:Template Tags/the weekday

来自站长百科
跳转至: 导航、​ 搜索

This function has been deprecated. That means it has been replaced by a new function or is no longer supported, and may be removed from future versions. All code that uses this function should be converted to use its replacement if one exists.


描述[ ]

显示星期几(例如,星期五)。必须在The Loop内使用这个标签。

取代[ ]

要取代这个标签,请使用the_time(),用'l'作为格式字符串:

<?php the_time('l'); ?>

请看看日期和时间格式关于日期和时间字符串的使用的信息。

用法[ ]

%%% <?php the_weekday() ?> %%%

例子[ ]

 <p>This was posted on a <?php the_weekday() ?>.</p>

参数[ ]

这个标签不接受任何参数。

相关的[ ]

模板:标签 日期标签