How to remove the author link from author image?
-
Hey,
I want to permanently remove the author link from the author’s image. Not make it unclickable but removing it from the code as well.
I have already followed this guide: https://www.ads-software.com/support/topic/how-to-remove-the-author-link/
After placing this code
$sab_author_link = sprintf( '%s', esc_html( get_the_author_meta( 'display_name', $sabox_author_id ) ) );
in simple-author-box\template\template-sab.php nothing worked.Also, this code will vanish after every update.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to remove the author link from author image?’ is closed to new replies.