Site logo

Archived topic

When I activate the GP Premium plugin and click the Home Page Post Read More but

3 replies · Started by SUBAN on July 5, 2022

Viewing posts 1–4 of 4

When I activate the GP Premium plugin and click the Home Page Post Read More button, the post URL automatically changes to # 1230 this type.

My suggestion is to add this code to the theme by default

I see, however, we don’t make decisions in the theme to disable a core default functionality of WordPress.

You can read more about this functionality here: https://codex.wordpress.org/Customizing_the_Read_More

This codex page also provides a core method to disable this behavior - we just made that a lot easier with the filter: add_filter( 'generate_more_jump', '__return_false' );

Hope this clarifies!

This archived topic is closed to new replies.