Category Archives for Wordpress
How To Setup WordPress MU with Domain Mapping
NOTE! Since WordPress 3.0 this post is outdated. In the new WordPress 3.0 the MU wordpress is already integrated. Here is explained how I made my WordPress MU install to work with domain mapping. There are some tutorials out there … Continue reading
How to block spamm comments in WordPress
1. Activate Akismet 2. Add this in the .htaccess file. 123456RewriteEngine On RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} .wp-comments-post\.php* RewriteCond %{HTTP_REFERER} !.*yourblog.com.* [OR] RewriteCond %{HTTP_USER_AGENT} ^$ RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L] Replace yourblog.com with your blog address. It block all comments from … Continue reading
Cute Bubbles – WordPress Theme – Updated
Version 1.0 is live and it has full IE6 support, improved header graphic and some more tweaks here and there. You can download the theme from here Cute Bubbles WordPress Theme.
