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 your blog is destined to remain ‘the new kid on the block’. Unfortunately, that is almost a fate worse than death.

Wordpress Magnet encourages visitors to leave interesting comments, relative to the subject matter, by offering something in return. This ‘something’ is whatever you decide on. It can be a free eBook, report or newsletter. It might even be a discount on your product or service. It’s really up to you.

This plug-in can be used on all of your Wordpress blogs and is very easy to install and set up. There is a small charge for it, but it is WELL WORTH the investment.

In the event you are dissatisfied with the results, Wordpress Magnet comes with a 60 day money back guarantee. (No questions asked!)

Since almost everyone loves to get something for free, this is truly a unique idea. What have you got to lose? Consider the use of Wordpress Magnet, today!

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 to newpwd

You can easily script and change wordpress user passwords via perl DBI module.

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 = 16M

Enjoy!

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in