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