• Hi, i am new to generatepress but not wordpress.

    In other themes i have used, I insert the read more link into my posts, but add a filter to my functions php to stop the read more link jumping to the middle of my content

    add_filter( 'the_content_more_link', 'remove_more_link_scroll' );

    however, when i add this to my functions or add it using plugin code snipopets using generate press pro it breaks my generatepress theme

    is there a way to stop the read more link from jumping to the middle of content, instead, to go to the top of the article, please?

    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Read more jump link / no scroll’ is closed to new replies.