Hi Guys,
I tried to find answer to my question but most of it does not address the issue I have in hand, thus I'm trying my luck here hoping to get it over soon.
I'm setting up a few blog and they are yet to be launch and I'd like to keep it private while I work on the content. Obviously I had them in my own hosting and have installed wordpress. So my question is, if you''re hosting your blog with WordPress, says - yourblogname.wordpress.com, there is an options under Settings > Privacy, which allows you to set your blog to only Users you chose. However, this options does not exists if you installed the WordPress in your own hosting. That's the issue I have now.
I tried to hack the code - \\myblogfolder\wp-admin\options-privacy.php and added the following blog:
<p><input id="blog-private" type="radio" name="blog_public" value="-1" <?php checked('-1', get_option('blog_public')); ?> />
<label for="blog-private"><?php _e('I would like my blog to be visible only to users I choose'); ?></label></p>
It doesn't work either. The hack does appear in my Settings > Privacy page, but choosing that option does not deny user access to my blog.
Anyone care to point me to the right direction to work around this?
Appreciate your replies.