• Hello,

    Is there a template function I can use in a page template to allow users with the correct permissions to view content?

    I am currently using:

    <?php if ( is_user_logged_in() ) { ?>

    I have created a new role (client) and ticked the content permissions box on the required page in the dashboard.

    I want to be able to put a function on the whole page template using something like the above function.

    Any help much appreciated

    http://wordpress.org/plugins/members/

  • The topic ‘template fucntion needed for logged in users’ is closed to new replies.