Archive for the ‘Wordpress’ Category

10+ Best Wordpress Plugins for Google Adsense

Tuesday, December 9th, 2008

Listed below are 10 best Adsense plugins which help you work smarter with wordpress. * Adsense Deluxe - offers advanced options for managing the automatic insertion of Google AdSense or Yahoo Publisher Network (YPN) ads to your WordPress posts. Easily switch all AdSense ads to a new color scheme across the entire site. Link: http://www.acmetech.com/blog/2005/07/26/adsense-deluxe-wordpress-plugin/ * Adsense Injection - inserts Adsense code randomly into a pre-existing blog. Takes a random paragraph (or br tag) break in your article and inserts adsense code. It does one per story on multi-post pages (home, archive, category) and let’s you pick how ...

100+ Video Tutorials for Wordpress

Friday, November 28th, 2008

Here are over 100 video tutorials for Wordpress. They are all in English Languange but I think you'll find your happiness WordPress Overview › (Basic). How to edit Posts/Pages › (Basic). How widgets work › (Basic). How to Upgrade WordPress Using the Automatic Plugin › (Basic). How to Add new Users › (Basic). How to Change/Activate Themes › (Basic). WordPress Settings Overview › (Basic). How to login to WP Dashboard › (Basic). How to install WordPress › (Basic). Getting started with WordPress › (Basic). Arrange your blog posts in categories › (Basic). Manage comments in WordPress › (Basic). How to change the theme › (Basic). How to install ...

3 Tips To Protect Your WordPress Installation

Sunday, October 26th, 2008

Here are three easy but important ways to protect yourself if you run a WordPress blog: Secure your /wp-admin/ directory. What I’ve done is lock down /wp-admin/ so that only certain IP addresses can access that directory. I use an .htaccess file, which you can place directly at /wp-admin/.htaccess . This is what mine looks like: AuthUserFile /dev/null AuthGroupFile /dev/null AuthName “Access Control” AuthType Basic order deny,allow deny from all # whitelist home IP address allow from 64.233.169.99 # whitelist work IP address allow from 69.147.114.210 allow from 199.239.136.200 # IP while in Kentucky; delete when back allow from 128.163.2.27 I’ve changed ...