Load more button in posts module.

Hey,

is there any way to add a “load more” button in the posts module instead using the pagination or auto loading of the posts?

Thanks

Hey, i buy your beaver builder theme and i setup a blog page - i load more blog posts with ajax and its working ok. I need only to know how to hook/change the static “public function archive_nav()” to change the “fl-archive-nav-prev” text.

This post should be in the beaver theme page (sorry!!) but i started it here so please move it if there is a possibility to do that.

Thanks

Hey Wojtek,

You won’t be able to override that function unfortunately. What you can do is, you can create your own function within the FLChildTheme class, and call that function instead of the archive_nav() on your child theme’s index.php

Hope this helps!

Ben