私の古い/新しい投稿は私のホームページにリンクしています2、3ページなどにリンクしています...しかし、それらのページにはホームページとまったく同じ6つの投稿が表示されています。これを引き起こしている可能性がありますか?私のコードは
私のindex.phpから次のとおりです
<?php if (function_exists('page_navi')) { // if experimental feature is active ?>
<?php page_navi(); // use the page navi function ?>
<?php } else { // if it is disabled, display regular wp prev & next links ?>
<nav class="wp-prev-next">
<div class="navigation>
<?php next_posts_link(_e('« Older Entries', 'bonestheme')) ?>
<?php previous_posts_link(_e('Newer Entries »', 'bonestheme')) ?>
</div>
</nav>
<?php } ?>