Archived topic
Load More Posts tweaks
3 replies · Started by Former User on March 23, 2020
Hello,
I would like to make the following changes for Load More Posts on homepage post listing
1) Center button
2) Make button with 100px of more width
And also I have a question if I remove this option of load more posts button then when infinite scrolling goes to its limit it will show pagination on how it would work?
Thanks
Hi there,
1. This CSS:
.masonry-load-more {
text-align: center;
}
2. This CSS - adjust padding to suit:
.masonry-load-more a {
padding-left: 40px;
padding-right: 40px;
}
3. No - it will just end the list of posts.
Thanks David solution worked perfectly, ok so, for me to understand it will load number of posts that I have setup lets say 50 and once those 50 are load will stop infinite scrolling and will show footer, correct? and even if I got load more button wont show more or pagination, correct?
When load more option is activated, the pagination should never show - it will just keep loading until there is no more posts to load.