This article is all about how to remove #more from permalink, If you are using generatepress premium on your WordPress website and whenever you click on view more button in your blog section then generate place automatically add #more keyword in the last of your URL or you can say in your permalink. I feel this is not SEO friendly URL structure that’s why in this post I am going to solve this Big Bug or issue so it cannot harm your SEO ranking.
Steps to Fix Permalink Bug In GeneratePress Theme
- Login to your WordPress dashboard
- Mouse hover on appearance option
- click on theme editor search for function.php
- Open function.php
After that just copy the below code and paste it on function.php for more information you can watch the below video.
// Copy This code and paste according to below video. add_filter( 'generate_more_jump', '__return_false' ); //