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.