Tag: MySQL

Quick Search and Replace in MySQL for WordPress Database

Quick Search and Replace in MySQL for WordPress Database

At some point you might have to change the url of a Wordpress site for some reason. There is quick and easy way to update all the URL fields in the Wordpress database to make sure there is no trace left of the previous URL.

Building a top contributor list in WordPress

Building a top contributor list in WordPress

You might be running a site or building a site for a customer where multiple people are contributing to the content. Then there come the time where you need to build a top contributor list of the Wordpress site users. I have been looking for plugins to do this, however I didn’t found anything satisfying or the one I tried were not very good for large list of user. So I have decided to poke around the web and combine some code with my own ideas.