I would like to modify the post pagination in the Newspaper theme from numeric pagination to navigation with “Next” and “Previous” buttons. Could you please provide guidance or instructions on how to implement this change?
Thank you!
Hello!
Use a flex block and apply this setting: https://app.screencast.com/1ebQeUhBw1frt
More information about the flex block settings are here: https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hi ,
I would like to change the post content pagination in the Newspaper theme from numeric pagination (e.g., page.html/2/) to “Next” and “Previous” buttons. Could you please provide guidance or instructions on how to implement this change?
Thank you!
Can this be achieved through a plugin or by writing custom code? Please provide guidance on the best approach to implement this change.
Hello!
In order to avoid misunderstandings, please provide more information(screenshots/video) about what exactly is the issue there, what exactly you need to achieve and your website link.
A solution for sending a screenshot/video is this:
Download, capture, and send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link; paste it here.
Thank you!
Hi ,
I would like to change the post content pagination in the Newspaper theme from numeric pagination (e.g., page.html/2/) to “Next” and “Previous” buttons. Could you please provide guidance or instructions on how to implement this change?
here is the screenshot attached. now we are getting the number pagination we are seeing on post content(single) page.
https://app.screencast.com/td3LsDPEmB3bx
We want to make that to buttons. next and previous .here is the screenshot how we want pagination
https://app.screencast.com/6lKEr4sKhczIb
Please assist me.
Thank you!
Hello,
To change the page break, you need to use a code. You can try those solutions -> https://stackoverflow.com/questions/44568679/how-to-add-next-and-prev-button-in-wordpress-post -> https://wordpress.org/support/topic/how-to-put-prev-next-instead-of-page-numbers/
Thank you!
can u please suggest me on which file we need to add the code
Hello,
You need to create a child theme and add the code in the functions.php -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ but I’m unsure if it will work.
Thank you!