Hi,
Can someone help me on this. I create the Submit Review form as a page. The page editor only accepts HTML input and not the PHP below. Does anyone know how to get round this simple problem? Thank you.
<?php // USP require login
global $user_identity, $user_ID;
if(current_user_can(‘read’)) { ?>
<?php if (function_exists(‘user_submitted_posts’)) user_submitted_posts(); ?>
<?php } else { ?>
<?php // do something for visitors who are not logged in.. ?>
<?php } ?>