One click backup of WordPress files and database (from readme, this is for Wp 1.2 only): Get “wp_backup” unzip Make a directory inside your WordPress folder and name it backup Assign write permissions to the backup folder you just created Copy all included files (except readme.txt) to your wp-admin folder Open menu.php in your wp-admin [...]
Continue reading about One click backup of WordPress 1.2 files and database
Related post plugin for WordPress ( from readme ) Get WordPress Related Entries plugin Add a full text index to your wp_post table: ALTER TABLE `wp_posts` ADD FULLTEXT `post_related` (`post_name` , `post_content`); Copy recent-post.php in your /wp-content/plugins/ directory. Activate the plug-in through WP interface. Put the following lines in your index.php, where your want related [...]
Importing Blogger Entries Into WordPress Completed importing all posts from blogger to wordpress. Import script creates new user(s). I merged all users into one using mysql script: UPDATE wp_posts SET post_author = 1 WHERE post_author = 2
Continue reading about Importing Blogger Entries Into WordPress