I’m trying to create a link directory using blog entries as the individual links, with a directory by category. I’m using the following tag sequence:
{entry_titles}
<a href="http://{link_url}">{title}</a>
{/entry_titles}The “link_url” is a custom field, and simply contains the Web link address, entered in the publish form.
But I’m getting a link on the page that is “http://{link_url}”. I know I’m doing something wrong that’s probably a simple fix, but I could use some help.
Thanks.