Create next / back buttons on my posts

Posted in: Newspaper
Post count: 33

Hello,
I want to split my post that’s as a form of list into multiple minipages, the visitor would have to click next to see the rest or the next tip as well as previous to go back.
Greetings

Post count: 35449

Hi,

In order to achieve posts with pagination please check our documentation for this -> https://forum.tagdiv.com/posts-with-pagination/
If you are using Gutenberg -> https://www.screencast.com/t/znEKv78ZhYM

Hope this will help you!
Thanks.

Post count: 33

Thank you for your answer, it solved half my issue, because what I exactly want is, not to show the page numbers, only two big buttons, next and previous. I hope this makes sense

Post count: 3

hello,
i have this problem when i type my website name in google search like this
http://www.academy.com. but I see a description under my site link how can I change it help us please thank you

Post count: 33

Unfortunately this post is related to a specific problem, you need to create another post in the forum dedicated to describing your own issue.

Post count: 35449

Hi adnaner99,

If you want only the arrows then you’ll need to add some custom css in Newspaper>theme panel>Custom code>Custom css
https://www.screencast.com/t/bb8zA6qzI
.single .page-nav a , .single .page-nav > div {
display: none;
}
.single .page-nav a:first-child, .single .page-nav a:last-child
{
display: block;
}

Hope this will help you!
Thanks.

Post count: 35449

Hi ismail0280 ,

If you are referring to this -> https://www.screencast.com/t/64XTUewMVPEa , if is that then you’ll need to use yoast Seo plugin, please check this documentation about How to create the right meta description -> https://yoast.com/meta-descriptions/

Hope this will help you too!
Thanks.

Post count: 33

Thank you Calin! it’s what I’m looking for. I’ll now just go ahead and find a plug in that can make them larger and each one on a corner

Post count: 35449

Hi,

Here is the code for that -> https://www.screencast.com/t/Dtggeb7sd
.single .page-nav a , .single .page-nav > div {
display: none;
}
.single .page-nav a:first-child, .single .page-nav a:last-child
{
line-height: 27px;
height: 40px;
width: 40px;
display: block;
}
.single .page-nav a:last-child
{
float: right;
}

Thanks.

Post count: 33

Oh my god! thank you thank you thank youu Calin! hh
You made my day buddy
Adnane

Post count: 33

[SOLVED]

Post count: 33

One little modification request,
The code is working great and as I asked for, but I need to do some customization, which is:
* How to change the button icon, and replace it with something like “NEXT >” instead of just “>”
* How to remove the page number, and only keep next and back buttons
* And is it possible to color it to be more obvious? (for example, a grey background and a white arrow?
Thank you for your patience

Post count: 35449

Hi,

I think that you are referring to the pagination of Latest articles from the Homepage.
Most of them can be achieve using some custom css, please provide me a link were I can inspect this and provide you the css.

Thank you!

Viewing 13 posts - 1 through 13 (of 13 total)
The forum ‘Newspaper’ is closed to new topics and replies.