[Resolved] Underline links on hover

Home Forums Support [Resolved] Underline links on hover

Home Forums Support Underline links on hover

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #381475
    Tom
    Lead Developer
    Lead Developer

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

    #381533
    Gian

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

    #381822
    Tom
    Lead Developer
    Lead Developer

    Ah, try this PHP:

    add_filter( 'generate_more_jump', '__return_false' );

    #381823
    Gian

    Where should I add the PHP code?

    #381881
    Leo
    Staff
    Customer Support
    #382006
    Gian

    Great, thanks for your help!

    #382020
    Leo
    Staff
    Customer Support

    Glad we could help!

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.