Site logo

Archived topic

Underline links on hover

21 replies · Started by Gianluca on September 6, 2017

Viewing posts 16–22 of 22

So you're wanting the entire blog post to be click-able?

Hi Tom, I would like to open the entire post (when clicking on "Read More") without jumping to any particular point in the page

Ah, try this PHP:

add_filter( 'generate_more_jump', '__return_false' );

Where should I add the PHP code?

Great, thanks for your help!

Glad we could help!

This archived topic is closed to new replies.