php 检测WordPress循环中的最后一个帖子

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 检测WordPress循环中的最后一个帖子相关的知识,希望对你有一定的参考价值。

<?php if (($wp_query->current_post +1) == ($wp_query->post_count)) {
  echo 'This is the last post';
} ?>

<?php if (($wp_query->current_post +1) != ($wp_query->post_count)) {
  echo 'This is the not the last post';
} ?>

以上是关于php 检测WordPress循环中的最后一个帖子的主要内容,如果未能解决你的问题,请参考以下文章

PHP 从WordPress中的循环中排除粘滞帖子

添加第二个 Wordpress 循环,显示 single.php 中的最新帖子

php WordPress - 自定义帖子类型循环

php WordPress - 自定义帖子类型循环

php WordPress - 自定义帖子类型循环

PHP Wordpress循环,样式显示不同的帖子