badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove Paging in Homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78668

    Currently, my homepage displays all the posts in my website and numbering the pages 1,2,3,etc…
    Alternately, I want the HP to display only the latest X posts that can get inside 1 homepage, and the posts before wouldn’t displayed in the HP.

    Long story short:
    I want to remove the page numbers from the homepage.

    How can I do it?

    #78686

    Hi @mostinterestingpeopleinworld,

    To hide the pagination on home page, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .home .navigation.pagination {
    	display: none;
    }

    Thanks

    #78750

    Wonderful! thank you 🙂

    #78759

    Welcome mostinterestingpeopleinworld,

    Please let us know if you have any queries regarding the Theme.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.