• Resolved mindthepen

    (@mindthepen)


    Is there a way to add a clickable link (hyperlink) to the text within the author box.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Calin Vingan

    (@calinvingan)

    Hi,

    You can add a link like:

    <a href="{link}" target="_blank">Link Text</a>

    This should do it.

    Calin

    Thread Starter mindthepen

    (@mindthepen)

    Thanks. Going to try it.

    Thread Starter mindthepen

    (@mindthepen)

    Okay, the clickable link for text didn’t seem to work. I put the link I want to open between the { } and put the code before the text. Nothing but Link appeared in text. Then I tried the code both before and after the words I want to be clickable. Nothing, except the word Link appeared before and after the text to be linked.

    I am sure I am doing it wrong. Please explain where the code goes.

    Plugin Contributor Calin Vingan

    (@calinvingan)

    Hi,

    Here is an example of how the link works:

    <a href="https://www.theresaboedeker.com" target="_blank">mindthepen</a>

    To show mindthepen with the link to your website.

    Hope this example helps.

    Calin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add a link to author text’ is closed to new replies.