I’m trying to make a button into a link
before I add the tag the file looks like this, and the button links to yahoo.com
{exp:weblog:entries}
< a class="btn-more" href="http://www.yahoo.com">Read More</a>
{/exp:weblog:entries}my thought was to change the url to a custom field.
{exp:weblog:entries}
< a class="btn-more" href="http://{tagname}">Read More</a>
{/exp:weblog:entries}But that is not working… What am I doing wrong?
Thanks