How to stop visitors from accessing pages


Posted on Saturday, April 9th, 2011


 

If you would like to prevent access to certian pages on your website, for example the main listing page, then all you need todo is add the login check option at the top of the main file.

 

Heres how to stop visitors accessing the listing pages;

 

1. login to your WP admin area and go to appearneces -> editor

2. locate the file: single.php

3. add this code to the top of the file;

$PPTFunction->auth_redirect_login();