• Resolved Aspalis_admin

    (@aspalis_admin)


    First of all I would like to thank you for the great theme!

    I have a problem paginating my posts. I tried to add the <!––nextpage––> tag but nothing is hopening. I tried to check the single.php and paginate.php but I dont know what I should do!

    Any help please!

    I have full access to the files on server, if anything needed to be done there!

    The site I’m intrested about is https://www.dosenea.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Richie KS

    (@rkcorp)

    don’t think the single post support paging at the moment. try open single.php and add this after the_content()

    <?php wp_link_pages('before=<div id="page-links">&after=</div>'); ?>

    update
    the single.php had this already, should have work.

    Theme Author Richie KS

    (@rkcorp)

    make sure that you are using the Text view rather than Visual html view in your post editor.

    Thread Starter Aspalis_admin

    (@aspalis_admin)

    Hello Richie,
    thank you for your respond. I am using the text view but nothing is happening. Should I try something else than the <!––nextpage––> tag?

    Thread Starter Aspalis_admin

    (@aspalis_admin)

    I figured out the problem! I was copy pasting the <!––nextpage––> tag and for some reason it didn’t work, I tried tipping it and everything worked perfectly!

    In case someone will have the same problem… try to type it and not copy paste and everything will work perfectly!

    Thank you again for the Great theme!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to Paginate posts?’ is closed to new replies.