转到归档的第2页后隐藏内容,返回第一页时显示内容

时间:2012-06-21 作者:Chuck

当用户使用分页从存档的初始页面(第1页)移动时,我想隐藏下面的内容。是否有某种方法可以检测当前页面是否为第1页?如果用户返回到第1页,则需要重新显示以下内容。

<!--Hide Me if not on page one-->
<div class="oneThirdColumn alignLeft"> <!-- Rigth Column -->
  <div class="colTopHeader">
    <h2>Filter Products</h2>
    <div class="clear"></div>
  </div>
  <!-- Faceted Search -->
  <?php dynamic_sidebar( \'secondary-widget-area\' ); ?>
</div> <!-- end Rigth Column -->
<!--Hide Me if not on page one-->

1 个回复
最合适的回答,由SO网友:fdsa 整理而成

wordpress codex上有一个例子。(link). 基本上对变量使用if语句$paged 它保持对当前存档页的跟踪。

结束

相关推荐

Pagination on custom taxonomy

我很难做到这一点。这不是我第一次遇到分页问题,或者说是WPs URL系统的问题。基本上我有这个URL:http://example.com/location/dc 并加载taxonomy-location.php 样板现在,我将为主题添加分页功能。所以我有一个URL:http://example.com/location/dc/page/2 它不会加载taxonomy-location.php 模板,它实际上加载404 样板这是调试栏显示的内容:看起来它得到了正确的值,WP只是没有加