I want to let people email the article author. I am using custom fields, as it is a news paper and the person entering the article into EE and the actual author getting the byline credit are different.
I am using this code (inside EE weblog tags, of course):
<div id="stats2" class="clearfloat">Written by {encode=”{email_address}” title={byline}}</div>It displays properly, but the mailto link is this:
�[email protected]�
“Automatically turn URLs and email addresses into links?” option is set to “NO”.
What am I doing wrong?