Archive for November, 2008

How to Posting Blog From Email to WordPress

This item was filled under [ Wordpress ]

Is it possible to posting blog from email to wordpress? and email the post from our mobile? the answer is yes..i’ve been trying to make it by trial and error. But, i finally can manage to post from my blackberry through email. Here’s the tutorial on how to post blog from email to wordpress: – [...]

Continue reading...

How to retrieve wordpress account password

This item was filled under [ Wordpress ]

Here’s how to retrieve wordpress account password: 1. Open your phpmyadmin 2. on SQL tab, put this on search: UPDATE `wp_users` SET `user_pass` = MD5( ‘new_password_here’ ) WHERE `wp_users`.`user_login` = “admin_username”; “new_password_here” – replace this with the new password you wish to use. “admin_username” – replace this with the username the password should be updated [...]

Continue reading...