Category: Uncategorized

  • WordPress : Website for logged in users only

    If you want to hide your wordpress website, so that, only logged in users may access it. So, here’s the quick fix. append following code into your wp-blog-header.php file right below wp(); //****************************************************// /////////////////////////// Require login to view website get_currentuserinfo(); global $user_ID; if ($user_ID == ”) { header(‘Location: wp-login.php’); } ////////////////////////// Require login to view…

  • Hello World !!

    Hey People, its 25 Feb 2010.. Very Important day of my life.. Launched My own First Domain…. OMG, I am damn excited ! See You then, Keep Checking Out the Site for further Updates ! Thanks !