Hi,
Where would I add this code?
add_filter( ‘generate_more_jump’, ‘__return_false’ );
in function.php file?
David’s reply provided a link that explains how to add PHP snippets: https://docs.generatepress.com/article/adding-php/
You can place it inside the functions.php of your child theme. Make sure you don’t add it on the theme’s default functions.php as changes you make on the default GeneratePress theme files will be wiped once the theme updates.
Alternatively, you can use Code Snippets plugin to add the code.