Forums

Send an e-mail while clicking on .post-author (2 posts)

  1. Llanmorgan
    Member
    Posted 8 months ago #

    Hi,

    I have a link with the name of the author of the post under every post. When I click on it, I see every post from this author. Which is fine, but I would like that when I click on this link, I can send an e-mail to the author. As a mailto:.

    Is it possible to do that?

    Thanks in advance.

  2. koeaoe
    Member
    Posted 8 months ago #

    i am not expert but i thing that you should add to your post template something like this :

    <a href="mailto:<?php echo get_the_author_meta( 'user_email' ); ?>">get_the_author();</a>

Reply

You must log in to post.

About this Topic