• Hello,

    I am using Zakra 2.1.5 free version. It shows older posts of more than 10 via pagination on the home page and in the archive/category page. When I click on the “older posts”, it goes to page/2/ or page/3/ etc.

    I just want to stop this functionality. Any way to turn off this pagination functionality both for the home and archive/category page?

    Regards
    Shakir

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for reaching us.

    There is no feature to disable pagination, but if you don’t want to add older posts, then this feature is available in the Zakra Premium version. So if you need further assistance or are interested to learn more about this feature, please feel free to open chat on our site https://zakratheme.com/ and our team will assist you further there regarding this.

    Also, please go to the WordPress Dashboard > Settings > Reading and Enter the total number of posts that you have in the Posts under the “Blog pages show at most ” section, as shown in the screenshot below, so that the pagination will be disabled, but all the posts will be displayed on one page.

    Hope this helps.

    If you have any confusion or queries in future, please let us know and we will be back.

    Regards

    Thread Starter shakirahmed

    (@shakirahmed)

    @manjilnepali1 Thank you for the support. The 2nd alternative option is enough for me now. Can I ask another question here? Is there any way to edit the image thumbnail size of the home/blog/category/archive page posts? It is now showing large images in the home/blog/category/archive pages. I want to show the small version of the images. Any CSS code for that?

    Regards

    Hello,

    Could you please use the CSS code given below by going to Appearance > Customize > Additional CSS and check your site?

    .post-thumbnail img {
    	height: auto;
        max-width: 50%;
    }
    .post-thumbnail {
        display: block;
        text-align: center;
    }

    Hope this helps.

    If you have any confusion or queries further, please let me know and I will be back.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to turn off Pagination?’ is closed to new replies.