• Hi all,
    On my mainpage I want to display links to other pages with content. /page/2/ ; /page/3/ etc.

    I copy code with default WP theme:

    <?php posts_nav_link(' — ', __('&laquo; Newer Posts'), __('Older Posts &raquo;')); ?>

    I`ve got links: Newer Posts and Older Posts – it is ok, but..every page – main page, /page/2/ , page/3/ ; page/4/ show the same posts and content…

    Why? I dont know..Ive got 115 posts, mainpage show 6 of them, so next pages ,page/2/ etc should display next 6 posts…But it isn`t work..

    Have you got any idea why it is display the same content? Ive got 100% my theme, I havent got archibe.php and archives.php , is it important?

    Please, help me..

Viewing 1 replies (of 1 total)
  • Unless you’re using custom permalinks then pages/posts should be…

    If using Posts…
    index.php?p=1 or ?p=1

    If using Pages…
    index.php?page=1 or ?page=1

    Pages might be /page/1/ if you are using a custom permalink setting. Are you using a custom permalink structure?

Viewing 1 replies (of 1 total)
  • The topic ‘My theme – trouble with pages – page/2/ ; page/3/’ is closed to new replies.