How To Remove #More From Permalink?

If you have a WordPress blog and you’re using a Generate Press premium, you may have noticed that the permalink structure includes a “#more” at the end of the URL. This is because the Generate Press theme uses an excerpt feature that includes a “#more” link.

Why remove #more from Permalink?

The main reason to remove the #more from your permalink is to make your URL look cleaner and more professional. It can also help with your SEO because it makes your URL shorter and easier to read.

Would you like to remove  “#more”  from your permalink structure?

Here’s how you can do it:

Wordpress functions.php
Edit in functions.php
  1. Log in to your WordPress dashboard.
  2. Go to Appearance > Theme file editor.
  3. Click on the “functions.php”.
  4. Paste the code.
  5. Click on the “Update File”.

Code: add_filter( ‘generate_more_jump’, ‘__return_false’ ); 

You May Also Like: Optimize Image for SEO

Note: Make sure before editing “functions.php” to keep a copy of your current “functions.php” file.

That’s it! You have successfully removed the  “#more”  from your permalink structure.

Leave a Reply

Your email address will not be published. Required fields are marked *

Need Help?