Hello @aleminopuy,
Thanks for writing in!
Also, right now I’m using pagination, and all my subsequent pages are showing the same most recent blog posts instead of older ones - I’m guessing there’s some setting I need to change in the looper?
= This is because you have added a Looper Provider in your layout. Be aware than when using the Archive layout, you do not need to have a Looper Provider. All you need is the Looper Consumer because the archive will be using the default WordPress loop to make sure that the pagination will work.
I’m building blog archive pages, using loopers to show posts on cards. Is there a way to have a ‘show more’ button that loads more posts instead of pagination and taking the user to a new page?
= It seems that you are looking to have an infinite scrolling feature that will display more post items as you click “Show More” link on your blog index and archive layout. Regretfully this feature is not possible at the moment. Perhaps a 3rd party plugin may be able to help you. Kindly check this out.
Best Regards.