久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔

WordPress:Template Tags/the weekday

來自站長百科
跳轉(zhuǎn)至: 導(dǎo)航、? 搜索

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內(nèi)使用這個(gè)標(biāo)簽。

取代[ ]

要取代這個(gè)標(biāo)簽,請使用the_time(),用'l'作為格式字符串:

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

請看看日期和時(shí)間格式關(guān)于日期和時(shí)間字符串的使用的信息。

用法[ ]

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

例子[ ]

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

參數(shù)[ ]

這個(gè)標(biāo)簽不接受任何參數(shù)。

相關(guān)的[ ]

模板:標(biāo)簽 日期標(biāo)簽