My permalink show #more-170

example onehourforum.com/best jobs/#more-170

pls help me
i set my permalink on post name but it show numbers after permalink

Go to the theme editor
Then click function.php (Right Side)

Then Copy this code below and paste it exactly as shown in the above image.

add_filter( ‘generate_more_jump’, ‘__return_false’ );

and after pasting, update it.

not working showing a code error

Your PHP code changes were not applied due to an error on line 27 of file wp-content/themes/generatepress/functions.php. Please fix and try saving again.

Uncaught Error: Undefined constant “‘generate_more_jump’” in wp-content/themes/generatepress/functions.php:27
Stack trace:
#0 wp-includes/class-wp-hook.php(324): generate_setup()
#1 wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 wp-includes/plugin.php(517): WP_Hook->do_action()
#3 wp-settings.php(673): do_action()
#4 wp-config.php(103): require_once(‘/home/u28111098…’)
#5 wp-load.php(50): require_once(‘/home/u28111098…’)
#6 wp-admin/admin.php(34): require_once(‘/home/u28111098…’)
#7 wp-admin/theme-editor.php(10): require_once(‘/home/u28111098…’)
#8 {main}
thrown

Contact at GeneratePress Support.

I was facing the same issue, and it got solved automatically.