• Resolved jinsenkaredath

    (@jinsenkaredath)


    Hi I am using pixeled theme. Now when you come to my index page (www.j-k.in, at the bottom you will find ‘Next Page’ & ‘Previous Entries’, but the link for both is same (https://j-k.in/blog/page/2/) if you click on ‘next page’ you will get 4 links at bottom, I want to remove the ‘next page’ link from my index page. Could anyone help me to do it.
    Thanks in advance
    Jinsen Karedath

Viewing 6 replies - 16 through 21 (of 21 total)
  • Cool… Virtual cookies all round!! ??

    @jinsenkaredath what did you change? im having the same exact problem, i want to get rid of the extra next page , previous page links and keep the next entries previous entries links and cannot figure out what I need to change in order ot make the next|previous page links disappear.

    thanks in advance.

    Just saw what you did. You created actual links to specific pages which will only navigate to the pages you specified.

    Still trying to figure this out.

    On my home page, at the bottom of the home entries, you will see two links:

    ? PREVIOUS ENTRIES Next Page ?

    If you click on either one of these, you will then see this on the next page:

    <<previous page <<previous entries next entries>> previous page>>

    I know where the code is for the previous/next entries, and that is the one I want to keep. What i don’t know is where the next/previous page links are coming from, and how to delete them. *Sighs* any help will be greatly appreciated.

    I have my url on my info as well but my username isnt linked, and my website link is not displayed.

    k i dont know what im talking about…he did fix it, and i cant figure out how lol =]

    pacaveli420

    (@pacaveli420)

    I changed the code to:

    <div id="nextprevious">
    <div class="alignleft"><?php previous_posts_link() ?></div>
    <div class="alignright"><?php next_posts_link() ?></div>
    <div class="cleared"></div>
    </div>

    <?php posts_nav_link is what the code originally was
    this calls both next and previous links
    and so you end up with two on each side

    Hi, I followed the instructions mentioned above and the links work perfectly on the frontpage. Although, when you visit a category or click on a tag, the same double links appear.
    Is there something I can do that affects that behaviour as well?
    Thanks.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Showing previous page and next page with same link’ is closed to new replies.