When using exp:weblog:entries to create an anchor from some custom fields,
<a href="http://{link_url}" title="{link_description}">{title}</a>EE expands {link_url} into a complete anchor tag, so it blows up the anchor tag I’m trying to construct.
How do I get EE to just output the URL without creating an anchor link? thanks