Hello!
Is it possible to disable pagination in author’s blog and blog itself?
Thank you for your help.
Yours faithfully,
Igor
Hey ibuzaev,
Thank you for the inquiry.
There is no option for this by default but you can use this css code to hide the pagination.
#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
display: none;
}
Best regards,
Ismael
Thank you Ismael!
I checked this solution, Ismael.
It hides buttons but still divides content to pages
Hi,
It hides buttons but still divides content to pages
If you want to display all posts, adjust the value of the Blog pages show at most field in the Settings > Reading panel. If the Advanced Layout Builder is active for the blog page, make sure that the posts element’s (Blog Posts, Magazine, Masonry, etc.) Styling > Pagination > Post Number is set to All.
Best regards,
Ismael
Thank you, very much, Ismael!
Settings > Reading panel worked!