• Resolved Raynys

    (@raynys)


    Hi, i tried to put page break in visual and html mode, but it don’t work, i have some long gallery and i must break it for a comfortable pagination. Can anyone help me? Thanks in advance ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter Raynys

    (@raynys)

    So, anyone can help me?

    Confirmed this issue, confused by it. It should work. Will get back to you when I find a solution – or if anyone else has it, feel free to share.

    Added to GitHub issue tracker here.

    Oh, actually page break works fine.

    Try:

    <!--nextpage-->
    more
    <!--nextpage-->
    more
    <!--nextpage-->
    more

    Example of it working here.

    Thread Starter Raynys

    (@raynys)

    Hi Alexander, I added manually this string <?php wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>')); ?> after <?php the_content(); ?> in page.php and now it works without a problem. So that string is not present in template.

    Ah, you meant for normal pages. Will make sure to add it, thanks for the heads-up!

    Raynys,

    Thank you for your collaboration.

    It solved my problems on page presentation.

    https://www.eletronicosparatodos.com.br/

    i am having same problem where to add this string <?php wp_link_pages(array(‘before’=>'<div class=”post-pages”>’.__(‘Pages:’,’hueman’),’after’=>'</div>’)); ?> after <?php the_content(); ?> in page.php
    Plz help

    i am having same problem where to add this string <?php wp_link_pages(array(‘before’=>'<div class=”post-pages”>’.__(‘Pages:’,’hueman’),’after’=>'</div>’)); ?> after <?php the_content(); ?> in page.php
    Plz help

    Thread Starter Raynys

    (@raynys)

    Add in Page.php

    <?php wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>')); ?>

    AFTER

    <?php the_content(); ?>

    Oh my God Thank you very much. It was a headache since morning. ??

    I am very happy now ?? thanks

    And Alex its a nice theme but you should add this in your next update for not to make trouble to other users too.

    Thread Starter Raynys

    (@raynys)

    You’re welcome ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Page Break don't work’ is closed to new replies.