Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter SoloAnt

    (@soloant)

    I should probably give a bit more detail.

    WP 3.6
    CCTM Version 0.9.7.11

    I’ve tried all of these options and I’ve had no luck

    wysiswyg version
    <?php print_custom_field('teamvideo'); ?>

    <?php print do_shortcode( get_custom_field('team_videos') ); ?>

    <?php print_custom_field('team_videos:do_shortcode'); ?>

    Thanks

    Plugin Contributor fireproofsocks

    (@fireproofsocks)

    I’m not familiar with tubepress, and troubleshooting other people’s plugins is not something I can devote time to. You can either use the “do_shortcode” output filter or you can use WP’s built-in version of it (http://codex.wordpress.org/Function_Reference/do_shortcode) — I would have tried exactly what you did:

    print do_shortcode(get_custom_field('team_videos:raw'));

    The WP architecture is at times so moldy that it’s hard to know what comes out the other end. Double-check your field names — you listed 2 variations there (with and without the underscore). There is a sample template generated under the CCTM’s main menu for each post-type which you can use as a reference.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CCTM with Tubepress’ is closed to new replies.