Remove show older posts button

Hello,

Is it possible to remove the “show older posts button”?
I prefer to have all the posts listed in a category to be shown when you scroll down.

BR,
Ralph

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.home .nav-previous a {
    display: none !important;
}

Thanks!
Colorlib Support Team

Thank you for the quick reply :slight_smile:

I have add the custom CSS but it does not complete does the trick yet I’m afraid.
When you visit http://fietsdewereldrond.nl you can see when scrolling down the home page, that after 11 posts it stops. I would like to have all posts that I have uploaded shown when you scroll down.

In addition, I noticed that in other categories such as http://fietsdewereldrond.nl/category/zuid-oost-azie/ the “show older posts button” is still visible. Can the same result be created in all categories?

BR,
Ralph

HI Ralph

  1. you have to setup your homepage to show all your posts, you can do this from WordPress menu > settings > reading, and in “Blog pages show at most” you can define how many posts to show by default from this place
  2. let’s update your CSS, use this version now:

.nav-previous a {
display: none !important;
}

Works perfect now.
Thank you very much for the support!

BR,
Ralph

Thank you, Ralph

Nice to hear your problem is fixed:)
Now I will now close the topic and mark it as resolved.
Feel free to contact us again Thanks!