Posts Tagged ‘development’

Download WP Require Auth at Wordpress Plugins

I created a small scratch-an-itch plugin called WP-Requre-Auth a while ago. Its purpose is to disable access to a Wordpress blog if a user is not logged in. I am guessing the download statistics for this niche plugin will not exactly skyrocket, but now it is at least findable.
The Trac site is still available for [...]

Require login to view a Wordpress site

On a Wordpress site I have setup, I needed the ability to require user authentication before allowing anyone to view the website. To do this, just add the following snippet to the theme files:
get_currentuserinfo();
global $user_ID;
if ($user_ID == ”)
{
header(‘Location: wp-login.php’);
}
Now you will be greeted with the Wordpress login [...]

Bought Coda in a big Panic.com sale

I have long been looking for the perfect editor for my Mac. Ever since I bought the latest Macheist bundle I have been using Espresso, which has been working fairly well. It is a very immature editor though with lots of essential features missing.
I heard that Panic is having a sale on Coda (hurry, two [...]