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.
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
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.
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.
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.
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
