我的Archive.php页面工作正常,底部的前进和后退链接工作: http://archibaldbutler.com/projects/williamsmurrayhamm/2013/01/
我复制了这个并将其命名为category.php,但上一个和下一个导航在我的/ projects / category中不起作用。我认为这与未找到的网址有关,因为网址中有“子部分”: http://archibaldbutler.com/projects/williamsmurrayhamm/projects/
我有自定义永久链接结构: /%类别%/%postname%/
这是我在两个页面上的循环代码:
<!-- main editable content grab from wordpress pages -->
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1 class="page-title"><?php the_title(); ?></h1>
<br class="c" />
<?php the_excerpt(); ?>
<a href="<?php the_permalink(); ?>" class="readmore">Read More</a>
<br class="c" />
<?php endwhile; endif; ?>
</div>
<div class="pagination">
<div class="floatleft">
<?php previous_posts_link( '« Newer Entries' ) ?>
</div>
<div class="floatright">
<?php next_posts_link('Older Entries »', 0); ?>
</div>
</div>
<br class="c" />
请帮助我几个小时就被困在这里了。 谢谢,Archie。
答案 0 :(得分:1)
通过更改“博客”页面最多显示此分页问题&#39;可以在Admin&gt;中找到此设置而不是默认值10。设置&gt;读。 但是,这可能不是最佳解决方案。
答案 1 :(得分:0)
感谢您回答我的问题(不是)。
无论如何,我找到了一个修复自定义category.php分页错误的插件。所以这是我的朋友们:
http://www.htmlremix.com/projects/category-pagination-wordpress-plugin