If you are using Generatepress premium on your WordPress website, and whenever you click on the view more button in your blog section, generate place automatically adds the #more keyword at the end of your URL, or you can say in your permalink, then this article is all about how to remove #more from the permalink.
If you are using GeneratePress Premium on your WordPress website, then this article is all about how to remove #more from the permalink. I do not believe that this URL structure is optimized for search engine optimization (SEO), which is why I am going to fix this big bug or problem in this article so that it does not affect your SEO ranking.
Read Also: how can I include breadcrumbs in the GeneratePress theme ?
GeneratePress Permalink Bug Fix
- WordPress login
- Click appearance option
- Theme editor, function.php
- Function.php
After that just copy the below code and paste it on function.php
// Copy This code and paste according to below video.
add_filter( 'generate_more_jump', '__return_false' );
//