Forums

tube press short code in page template (4 posts)

  1. kataklyzmcom
    Member
    Posted 1 month ago #

    <?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 :(

  2. esmi
    Member
    Posted 1 month ago #

    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.

  3. vernal
    Member
    Posted 1 month ago #

    This article will show you how. I just tried it an it worked great.

  4. fewpeople
    Member
    Posted 6 days ago #

    @vernal --> that's the same thing kataklyzmcom tried....
    does anybody know the solution to this?

Reply

You must log in to post.

About this Topic