WordPress: Template Tags/the weekday:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
无编辑摘要
无编辑摘要
 
第1行: 第1行:
{{Deprecated}}
== Description ==


{{取消的}}
{{取消的}}
== 描述 ==
== 描述 ==
Displays the day of the week (e.g. Friday). This tag must be used within [[WordPress:The Loop]].


显示星期几(例如,星期五)。必须在[[WordPress:The Loop|The Loop]]内使用这个标签。
显示星期几(例如,星期五)。必须在[[WordPress:The Loop|The Loop]]内使用这个标签。
== Replace With ==


== 取代 ==
== 取代 ==


To replace this tag, use [[WordPress:Template_Tags/the_time|the_time()]] with <tt>'l'</tt> as the format string:
要取代这个标签,请使用[[WordPress:Template_Tags/the_time|the_time()]],用<tt>'l'</tt>作为格式字符串:
 
要取代这个标签,请使用[[WordPress:Template_Tags/the_time|the_时间()]],用<tt>'l'</tt>作为格式字符串:


  <?php the_time('l'); ?>
  <?php the_time('l'); ?>
<?php the_时间('l'); ?>
See [[WordPress:Formatting Date and Time]] for information on date and time format string use.


请看看[[WordPress:Formatting Date and Time|日期和时间格式]]关于日期和时间字符串的使用的信息。
请看看[[WordPress:Formatting Date and Time|日期和时间格式]]关于日期和时间字符串的使用的信息。


== Usage ==
== 用法 ==


%%% <?php the_weekday() ?> %%%
%%% <?php the_weekday() ?> %%%
== 用法 ==
%%% <?php the_星期几() ?> %%%
== Example ==


== 例子 ==
== 例子 ==


   &lt;p&gt;This was posted on a <?php the_weekday() ?>.&lt;/p&gt;
   &lt;p&gt;This was posted on a <?php the_weekday() ?>.&lt;/p&gt;
  &lt;p&gt;这篇文章发表于 <?php the_星期几() ?>.&lt;/p&gt;
== Parameters ==


== 参数==
== 参数==


This tag does not accept any parameters.
这个标签不接受任何参数。
这个标签不接受任何参数。
== Related ==
{{Tag Date Tags}}
{{No Param Tag Footer}}


== 相关的 ==
== 相关的 ==

2008年7月12日 (六) 17:14的最新版本


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>

参数[ ]

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

相关的[ ]

模板:标签 日期标签