WordPress platform for your next online blog

Wordpress 2 Comments »

Three years ago I was very skeptic about blogs. I didn’t enjoy reading blog posts, I usually went to other sites if I spot a blog. After some time, I don’t even remember when, but I published my first blog and from the very first day I started to like blog sites. Particularly, WordPress based [...]

WordPress Magnet

Wordpress No Comments »

If you are looking for a great way to encourage more people to leave comments, on your blog, there is a relatively new WordPress plug-in that will do just that. The idea behind it is actually quite ingenious. Comments are very important to the popularity of any blog, regardless of the niche. Without visitor interaction [...]

Changing wordpress password from linux shell

Wordpress No Comments »

If you prefer to change WordPress admin or any user password from the shell it can be easily done by mysql command line. Connect to the database with dedicated user or with root mysql -u root -p wordpressdb enter password and update wp_users set user_pass=md5(‘newpwd’) where user_login=’admin’; The above line will change admin user password [...]

WordPress problem with memory after upgrade

Wordpress 1 Comment »

If you are getting an error message after you have upgraded to WordPress 2.2 this is the fix that will solve the problem. Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 311296 bytes) in … Current memory_limit value was set to 8M memory_limit = 8M You should change it to: memory_limit [...]

WP Theme
Entries RSS Comments RSS Log in