Modify Blog Gallery Page link

Hi there, BB is great plugin, but today I got request from client…

I have blog post feed in Gallery style… that mean http://mydomain.com/page/1 or http://mydomain.com/page/2 or http://mydomain.com/page/3

what I need for this, I want to pu extra #blog-section in pagination of blog section…

http://mydomain.com/page/1#blog-section or http://mydomain.com/page/2#blog-section or http://mydomain.com/page/3#blog-section

what is part I need to update? can I use hook for this? sorry let me know

Hey Hendra,

Welcome to the BB forums! :slight_smile:

Unfortunately, there isn’t a hook or an easy way to do that. You can try adding a new function though and replace the FLBuilderLoop::pagination($query); call under /bb-plugin/modules/post-grid/includes/frontend.php. Let us know if you need help with that.

Ben

HI Ben
thanks for reply… but if I replace frontend.php after BB do update the tweak will be gone? thanks

Hey Hendra,

Ah, sorry about that! I forgot to paste the KB article re overriding core modules. :slight_smile: Check the link below.
http://forum.wpbeaverbuilder.com/custom-module-documentation/#override-built-in

Ben