Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    You’ll need to replace the existing code:

    <a href="mailto:info@d.i.p.r.i.m.a.com"><img src="http://diprima.com/wp-content/uploads/2013/10/email-icon.png"></a>

    with this one:

    <a href="<?php echo eae_encode_str( 'mailto:info@diprima.com' ); ?>"><img src="http://diprima.com/wp-content/uploads/2013/10/email-icon.png"></a>

    Thread Starter frecklefaceredhead

    (@frecklefaceredhead)

    That worked! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding code to the header’ is closed to new replies.