Hello cookingpanda,
If you want to create posts with pagination, you have to use next page tags. For more information about this pagination, please consult our documentation here -> https://forum.tagdiv.com/posts-with-pagination/
Thank you for the message!
and can i change the next arrow location instead on being from the very bottom of the page
Hello cookingpanda,
Please consult this topic -> https://forum.tagdiv.com/topic/next-previous-buttons/ Here you can find how to change the arrow design.
If you need more assistance in this regard, please provide some screenshots for your desired changes for a better understanding.
Hope this helps!
Thank you for the message!
Thanks!!
do you have a code where i can add the next button?
because the next button is all the way down of the page
Hello cookingpanda,
Unfortunately, if you want to move your post pagination, please notice that it is not a simple task and implies more additional customizations and require custom work. If you want to display more levels in our theme and if you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this for you because we cannot provide custom services at the moment, sorry!
Below, I gave you an example if you want to change the arrow design. It is necessary to use a bit of CSS to implement this on your theme. Please check the code below and try to implement this to your side and you should do in the same way for the previous arrow if you need this.
.page-nav a:last-child {
background-image: url('https://cdn0.iconfinder.com/data/icons/arrows-volume-4/48/246-128.png');
background-size: 33px 30px;
background-repeat: no-repeat;
}
.td-icon-menu-right:before {
content: '';
}
The result you should see here -> http://screencast.com/t/9hhTjyz2H44G
Hope this helps!
Thank you for the message and for your understanding!