Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pixeline

    (@pixeline)

    Inside your theme ‘s footer.php file, use the function safe_email() like this:

    <?php echo safe_email('[email protected]'); ?>

    I tried that. but didn’t resolve the problem.
    I’m not live yet, so the link is not very useful: https://energig.com (my domain.com)
    I’m using Enigma premium theme and their contact widget in the footer and their way to do it in the header to.

    In my pages I can see that my emails now are support@my domain.com
    But in my footer (and Header) it’s: info@my domain.com

    I guess that this means that it works in the pages, post etc. but not in the footer and header?

    I tried to paste: <?php echo safe_email(‘info@my domain.com’); ?> into the bottom of my footer.php (after copying all code from the parent domain footer.php into a footer.php in my child domain…. should I do that?)

    As you can see I’m not very much of a coder ??

    Please advice, Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email address in footer not protected…’ is closed to new replies.