• For others having the problem of slashes added to links in the author description, this fix worked for me. Here’s what you do:

      Open display_about_author_block.php in the plugin folder (it’ll be in wp-content/plugins/custom-about-author).
      On line 108, it should say return caa_get_author_bio_html($author);. Replace that with return stripslashes(caa_get_author_bio_html($author));

    The end. Hope this works for you! 🙂

    Keri @ Amazing Women In History

    http://wordpress.org/plugins/custom-about-author/

  • The topic ‘How to fix links in author description!’ is closed to new replies.