Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Yes, this would be possible by editing the theme template. The only thing you need to filter the USP posts is the following tag:

    <?php if (function_exists('usp_is_public_submission')) usp_is_public_submission(); ?>

    See the readme.txt for more infos, also you can view the source for this tag in /library/template-tags.php.

    Thread Starter prashant.atharv

    (@prashantatharv)

    Hi Jeff,

    Thanks for your reply.

    Well i have created a page template and then after i have put the code

    <?php if (function_exists(‘usp_is_public_submission’)) usp_is_public_submission(); ?>

    Into Content Block ( <? php the_content(); ?> )
    — Like this :-

    <?php

    the_content();

    if (function_exists(‘usp_is_public_submission’)) usp_is_public_submission();

    ?>

    But i can’t see the posts there on same page.

    Should i have to do apply another method.

    Thanks
    Prashant

    Plugin Author Jeff Starr

    (@specialk)

    Hmm, I see.. are you getting any error messages?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Call Post on a page’ is closed to new replies.