I would like to add too that I can list the custom field via php with:
tribe_the_custom_fields(‘EventBrite’);
BUT i really just want the URL to be placed into the link tag like this: href=”EVENT BRITE LINK ”
Also when I put the url in the format of http://www.linkname.com – it doesn’t show as a link, it simply displays as some text which is fine but I read in another post that it should be converted to a link. If that is the case, then I really want to simply show the value of the field without showing the title/label of the field.