Wordpefect post custom field bug?

I’m using a post’s custom field (not ACF) called URL which holds a web address. The following template snippet is not working for me:
<a href="{Field custom_field=URL}">Go to Website</a>
Here is a screenshot of the my custom field that I am trying to link to:
https://ibb.co/MVyKGph

Try this instead:
<a href="{Field name=URL}">Go to Website</a>

1 Like

That’s great, that works!

1 Like