WordPress XML格式文章发表日期函数:the_date_xml

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

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

the_date_xml()

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

函数使用示例

<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()
类别:WordPress函数讲解

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册