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循环中的最后一篇文章的主要内容,如果未能解决你的问题,请参考以下文章

在wordpress之外运行循环

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

PHP Wordpress中的多个循环和分页

wordpress 循环显示文章问题

php 甚至是WordPress循环中的奇数类

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