Forums
(@rogeber)
14 years, 7 months ago
Try this:
<?php echo apply_filters('the_content', '[tubepress]'); ?>
It treats the shortcode (or whatever you put in that second argument) the same as the_content, so then it’ll get parsed.
Worked for me, anyway.