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

来自站长百科
跳转至: 导航、​ 搜索
(新页面: {{Deprecated}} == Description == Displays the day of the week (e.g. Friday). This tag must be used within WordPress:The Loop. == Replace With == To replace this tag, use [[WordPres...)
 
无编辑摘要
第1行: 第1行:
{{Deprecated}}
{{Deprecated}}
== Description ==
== Description ==
{{取消的}}
== 描述 ==


Displays the day of the week (e.g. Friday). This tag must be used within [[WordPress:The Loop]].
Displays the day of the week (e.g. Friday). This tag must be used within [[WordPress:The Loop]].
显示星期几(例如,星期五)。必须在[[WordPress:The Loop|The Loop]]内使用这个标签。


== Replace With ==
== Replace With ==
== 取代 ==


To replace this tag, use [[WordPress:Template_Tags/the_time|the_time()]] with <tt>'l'</tt> as the format string:  
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_时间()]],用<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.
See [[WordPress:Formatting Date and Time]] for information on date and time format string use.
请看看[[WordPress:Formatting Date and Time|日期和时间格式]]关于日期和时间字符串的使用的信息。


== Usage ==
== Usage ==


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


== Example ==
== 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 ==
== Parameters ==
== 参数==


This tag does not accept any parameters.
This tag does not accept any parameters.
 
这个标签不接受任何参数。
== Related ==
== Related ==


第29行: 第52行:


{{No Param Tag Footer}}
{{No Param Tag Footer}}
== 相关的 ==
{{标签 日期标签}}
{{没有 Param 标签 页底文字}}

2008年7月2日 (三) 15:17的版本

模板:Deprecated

Description


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.


描述

Displays the day of the week (e.g. Friday). This tag must be used within WordPress:The Loop.

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

Replace With

取代

To replace this tag, use the_time() with 'l' as the format string:

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

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

<?php the_时间('l'); ?>

See WordPress:Formatting Date and Time for information on date and time format string use.

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

Usage

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

用法

%%% <?php the_星期几() ?> %%%

Example

例子

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

Parameters

参数

This tag does not accept any parameters. 这个标签不接受任何参数。

Related

模板:Tag Date Tags

模板:No Param Tag Footer

相关的

模板:标签 日期标签