Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1472698

    Hello!
    Is it possible to disable pagination in author’s blog and blog itself?
    Thank you for your help.
    Yours faithfully,
    Igor

    #1472755

    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

    #1472810

    Thank you Ismael!

    #1472811

    I checked this solution, Ismael.
    It hides buttons but still divides content to pages

    #1472872

    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

    #1473020

    Thank you, very much, Ismael!
    Settings > Reading panel worked!

    #1473071

    Hi,

    Great! Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘No pagination on author’s blog’ is closed to new replies.