WordPress XML格式文章发表日期标签:the_date_xml

WordPress模板标签the_date_xml输出XML格式的文章发表日期,一般用得比较少。

1
the_date_xml()

该函数没有参数,直接调用即可。

函数使用示例

1
<p>Date posted: <?php the_date_xml(); ?></p>

扩展阅读

the_date_xml()函数位于:wp-includes/general-template.php

相关函数:

  • get_the_date()
  • get_the_time()
  • the_date()
  • the_modified_date()
  • get_the_modified_date()
  • the_modified_time()
  • get_the_modified_time()
  • the_time()
原文链接:https://xiaohost.com/2427.html,转载请注明出处。
0