• Resolved klmnweb

    (@klmnweb)


    Hi Acosmin

    First, an awesome plugin and thank you very much for this. I just got a weird issue. Not sure if anyone has noticed this or not.

    Look at this author archive page https://www.lifeandexperiences.com/author/satyajit/. You can notice the raw HTML elements which means HTML is not being accepted there and showing them as plain text. Can this be fixed?

    Thank you very much once again,

    Kalyan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author acosmin

    (@acosmin)

    Open author.php, find:

    <?php echo esc_html( get_the_author_meta( 'description', $author_id ) ); ?>

    replace with:

    <?php echo get_the_author_meta( 'description', $author_id ); ?>

    Thread Starter klmnweb

    (@klmnweb)

    Thanks a lot man. I really appreciate your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Raw THML visible on author template’ is closed to new replies.