I tried the CSS but this didnt change the behavior. I have 2 blog posts and it still shows the load more button. i created a new blog module, added 1 post to load before adding navigation , then set back to 6 posts to load. Neither worked.
Currently if you only have 1 blog post, then choose to not use navigation from the blog module, and when you will have more than 3 posts ( or more than the default number of posts you want to show on the page ) then you can go back to edit the module settings to add the navigation option.
Hello,
do you know how to hide the blog "load more" button when there is no more blog posts to load? Thanks!
Hello Sarah,
Try to add this
.no-more-posts { display:none; }
If that doesn't work, try to add at least 1 post to load before adding the navigation.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Best Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
I tried the CSS but this didnt change the behavior. I have 2 blog posts and it still shows the load more button. i created a new blog module, added 1 post to load before adding navigation , then set back to 6 posts to load. Neither worked.
Thanks!!
Hello Sarah
Try this instead :
.post_no_more_posts { display:none !important; }
If you have additional post to load it should do the trick.
Best regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
This is still not hiding it.
Thanks!
Hello Sarah,
Currently if you only have 1 blog post, then choose to not use navigation from the blog module, and when you will have more than 3 posts ( or more than the default number of posts you want to show on the page ) then you can go back to edit the module settings to add the navigation option.
Best regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme