WordPress Require Login / Walled Garden
Place this in your functions.php file: function walled_garden() { if( ! is_user_logged_in() ) wp_redirect( ‘/wp-login.php’ ); } add_action( ‘get_header’, ‘walled_garden’ );
Place this in your functions.php file: function walled_garden() { if( ! is_user_logged_in() ) wp_redirect( ‘/wp-login.php’ ); } add_action( ‘get_header’, ‘walled_garden’ );
I just saw this feature on the newest version of WordPress so I thought I would share in case anyone missed it. It’s a great new feature that works with many urls and sources around the web. Check out the official WordPress page about embeds. On this old, old blog the content area’s width is Read more about Embed Objects Directly in WordPress[…]
To create a Trademark symbol ™ on a PC hold down the Alt key while keying in 0153 To create the Registered symbol ® on a PC: hold down the Alt key while typing in 0174 To create the Copyright symbol © on a PC: hold down the Alt key while keying in 0169
For the past year I’ve been receiving calls from an automated message from 29 Prime (I know it’s them specifically and not a affiliate as I talk to the representatives each time they call me) asking me to “Press 1 to update your free Google 411 listing”. Since I know there is no Google 411 Read more about 29 Prime (Also called ReliablePlaces.com) and the Google 411 / Google Places Listing Phone Calls[…]
I’ve decided to make my blog here DoFollow. I moderate every comment and run Askimet anyway so I feel this is a good move. It’ll encourage more comments which is something I’d be happy to have. Think going DoFollow isn’t a good idea? Why?