• Resolved shesmustard

    (@shesmustard)


    The ‘disable the wordpress standard pagination’ option isn’t working for me ie I see both wp navigation and previous page next page. Any idea why this might be happening?

    Also can I leave the title blank as in [nextpage title=””]?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Sergio De Falco

    (@sgr33n)

    Hi,
    Maybe you’re using a theme that’s using a non standard pagination.
    You can use [nextpage] without the title argument.

    Thread Starter shesmustard

    (@shesmustard)

    Thanks for your reply, I do think it’s the standard pagination and the theme is MH Magazine. How can I double check?
    I’ve just tried [nextpage] and it only works if the first break uses [nextpage title””] but thats ok.

    Plugin Author Sergio De Falco

    (@sgr33n)

    You should have this after the_content()

    wp_link_pages( […] );

    Thread Starter shesmustard

    (@shesmustard)

    Can you tell me where to look for that?

    I do have […] at the end of excerpts

    Thanks for your help

    Plugin Author Sergio De Falco

    (@sgr33n)

    […] is an array of args, look at something like content-single.php or index.php.

    Thread Starter shesmustard

    (@shesmustard)

    in content-single i have:
    <div class=”entry-content clearfix”><?php
    mh_post_content_top();
    the_content();
    mh_post_content_bottom(); ?>
    </div><?php

    Plugin Author Sergio De Falco

    (@sgr33n)

    Then I suppose it’s inside mh_post_content_bottom();

    Thread Starter shesmustard

    (@shesmustard)

    I had to use:
    .post-page-numbers { display: none; }

    To only see the multipage pagination

    Thanks,

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘disable standard pagination’ is closed to new replies.