<?php echo do_shortcode('[tubepress]'); ?>
trying to put this in my page template
all it does is print out the word tubepress
it works when i post in a page or a post
help :(
<?php echo do_shortcode('[tubepress]'); ?>
trying to put this in my page template
all it does is print out the word tubepress
it works when i post in a page or a post
help :(
Shortcodes are normally parsed as part of the_content() functions/filters. So they won't work in a template. You may need to dig further into that plugin's files to see what (if any) functions you can call in place of the shortcode.
This article will show you how. I just tried it an it worked great.
@vernal --> that's the same thing kataklyzmcom tried....
does anybody know the solution to this?
You must log in to post.