Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Created August 6, 2012 19:23
Show Gist options
  • Save ckpicker/3277768 to your computer and use it in GitHub Desktop.
Save ckpicker/3277768 to your computer and use it in GitHub Desktop.
Button Code
<input type="button" value="Click here to go somewhere" onclick="window.open('<?php echo tribe_get_custom_field('YourCustomFieldLabelGoesHere'); ?>');" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment