I’ve got a custom field with a URL in it and EE sees that it’s a URL and it puts the anchor tags around it. But I don’t want it to, I just want the basic URL string and nothing else. I can’t find any documentation on this behavior to fix it.
{exp:channel:entries channel="frontfeature" limit="3" orderby="entry_id" sort="asc"}
{feature_URL}
{/exp:channel:entries}In my custom field, that field contains something like “http://www.example.com/”, and EE write it out as
<a href="http://www.example.com/">http://www.example.com/</a>
Can I just get the URL and no formatting?