How do I stop the hyperlink address from printing out when I print a post?

  • Unknown's avatar

    When I print a post, it prints out the entire hyperlink. I just want to print out the page (like it’s done before) with just the words underlined (because they are linked to) without the long hyperlink also printing out next to it in parentheses.

    The blog I need help with is: (visible only to logged in users)

  • You can suppress the printed links by adding this bit of CSS code:

    #content .entry-content a[href]:after, #content .entry a[href]:after {
    content: "";
    }

    You’ll need the
    Custom Design upgrade to add custom CSS.

    Just let us know if you have further questions.

  • The topic ‘How do I stop the hyperlink address from printing out when I print a post?’ is closed to new replies.