- This topic has 8 replies, 3 voices, and was last updated 6 months, 3 weeks ago by
David.
-
AuthorPosts
-
July 6, 2020 at 12:47 pm #1354369
Antonin
Hello again, I’m not sure if this issue is connected to the generatepress but I’ll ask anyway. When I see my blog post I see some numbers and “more” at the end of the permalinks. In editor I don’t have this in permalink and I have set wordpress in setting correctly.
Don’t you know why do I have this “#more-772” at the end of every post?
For example like this URL: https://www.llcaposports.com/smarkets-review/#more-772
“#more-772”
it’s not doing on pages only blog post
thanks
July 6, 2020 at 12:58 pm #1354374Antonin
So I maybe discovered why is this happening..it is when people go to blog and click on “read more” then this tag is somehow added to my permalinks. I’m just worried about seo effect it can have…I want to have normal permalinks not this “more”
July 6, 2020 at 3:44 pm #1354509Tom
Lead DeveloperLead DeveloperHi there,
That’s an anchor that will take the user to the part of the post they haven’t read yet.
You can disable it like this: https://docs.generatepress.com/article/generate_more_jump/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJuly 7, 2020 at 12:21 am #1354771Antonin
Hi,
And where exacly should I add this “add_filter( ‘generate_more_jump’, ‘__return_false’ );” ?
in theme editor?
July 7, 2020 at 12:52 am #1354796David
StaffCustomer SupportHi there,
that code is PHP – and this doc explains how to add it:
https://docs.generatepress.com/article/adding-php/
TLDR: (1) Put it in your child theme functions.php OR (2) add it to the site using the Code Snippets plugin.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 7, 2020 at 1:19 am #1354821Antonin
HI, I rather not mess with these php codes I dont understand it…I see it could be done via plugin but I try to have as less plugins as possible. Do you thing this permaling format with “more 1452” has effect on SEO? because if you go from google to my website for that specific page it doesn’t show that “more” thing…only if you click on read more on my blog it is showing
July 7, 2020 at 1:46 am #1354847David
StaffCustomer SupportThere are no direct SEO issues leaving the more-jump link in place.
The other method of removing them is DO NOT USE the More tag in your posts.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 7, 2020 at 1:53 am #1354858Antonin
I see….thank you
July 7, 2020 at 1:56 am #1354862David
StaffCustomer SupportYou’re welcome
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.