Is it possible to lock the wordpress folder?
-
hi i’m wondering if its possible for the below scenerio:
say I have my wordpress in domain.com/wordpress. and the blog entries are point to domain.com/wordpress as well.
and i use
<?php
require(‘./blog/wp-blog-header.php’);
?>
for a domain.com/index.php so that the header.php/footer.php/sidebar.php will follow that of my theme. this page contains welcome messages.On the navigation, I have other pages made from the template like “About me”. All contents made under the wordpress page template.
Is it possible that visitors can view almost everything including aboutme, domain.com/index.php except the blog entries that is under domain.com/wordpress?
I know that wordpress has a password protect function per post. But it would be tedious if all the entries are to be locked. any idea for an easy solution?
- The topic ‘Is it possible to lock the wordpress folder?’ is closed to new replies.