Hi,
How does one display all the blogs on the blog page?
I want to remove the load more button and display all the blogs on one page so that a click from the user’s end is reduced.
Hi,
How does one display all the blogs on the blog page?
I want to remove the load more button and display all the blogs on one page so that a click from the user’s end is reduced.
Hello Amit,
Please go to Appearance >> Customize >> Blog >> Blog per Page and enter the higher value like 200 which will show all your blog posts if its under 200. You can enter higher value if required.
As for load more, please got to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box and copy and paste the CSS below inside custom css box:
.loadmore-wrap {
display: none;
}