Remove #more From URL In GeneratePress Premium Theme

This article is all about how to remove #more from the permalink, If you are using generate press premium on your WordPress website and whenever you click on the view more button in your blog section then generate place automatically adds #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 the 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

add_filter( 'generate_more_jump', '__return_false' ); 

The generate_more_jump the filter allows you to remove or change the #more-x anchor that’s added to your read more URLs when using the more tag.


One Request?


I worked hard on this post to help the blogging community. It would help me a lot if you consider sharing it on social media networks. Because Sharing Is Caring.. ♥️

Sharing Is Caring...

An aspiring BCA student formed an obsession with Blogging, SEO, Web Development and Helping Beginners To Build Amazing Websites.

Leave a Comment