WordPress获取当前文章ID函数:the_ID

WordPress模板函数the_ID用于输出当前文章的ID,需要用在The Loop主循环里。 the_ID…

WordPress模板函数the_ID用于输出当前文章的ID,需要用在The Loop主循环里。

the_ID()

使用示例:

<p>文章ID: <?php the_ID(); ?></p>

扩展阅读

the_ID()函数位于:wp-includes/post-template.php

相关函数:

  • get_the_ID()
  • the_title()
  • the_title_attribute()
类别:WordPress函数讲解

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

评论 (0)COMMENT

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