Best Answer SoloAnt, 25 September 2013 - 11:16 AM
I've got this figured out.
If anyone is looking to do something like this, this is what helped me out.
http://wordpress.org...in-the-template
http://wordpress.org...ng-do_shortcode
And this is the code that I inserted into the template file
<?php $var = get_post_meta($post->ID, 'CUSTOM FIELD NAME', true); if ($var == '') { } else { print TubePressPro::getHtmlForShortcode( '[tubepress mode="vimeoChannel" vimeoChannelValue="' . $var . '"]'); } ?>Go to the full post