• Resolved tammya1999

    (@tammya1999)


    Hi, I would like to change the author link not to go to my posts, since I am the only author, but to my about me page. Is this possible? TYIA

Viewing 1 replies (of 1 total)
  • Hello @tammya1999,

    Thank you for reaching out to us!
    To change the url please go to this file:
    simple-author-box\template\template-sab.php
    And on line 26 you will see this code:

    $sab_author_link = sprintf( '<a href="%s" class="vcard author"><span class="fn">%s</span></a>', esc_url( get_author_posts_url( $sabox_author_id ) ), esc_html( get_the_author_meta( 'display_name', $sabox_author_id ) ) );
    

    Replace esc_url( get_author_posts_url( $sabox_author_id ) )

    With esc_url( 'insert your author about page here' )
    Then save the file. Let me know how it goes!
    Before making the change I recommend to create a back-up of the file you edit.

    Best wishes,
    Mihaela

    • This reply was modified 6 years, 4 months ago by Miha.
    • This reply was modified 6 years, 4 months ago by Miha.
Viewing 1 replies (of 1 total)
  • The topic ‘Change Author Link’ is closed to new replies.