Tag Archives: SQL

Show the amount of SQL query’s on a page

How many query’s are you requesting when loading a page on WordPress or any their website with PHP and SQL behind the scenes, do you know?  Well this great little bit of code I have come across will tell you!  simply place the code into the area you would like the result to be displayed, hit refresh and read more »

Changing WordPress Domain names

Every now and again I need to change the backend scripting to do with a domain name in wordpress i.e. http://oldsite.com to http://newsite.com I have this need for some test sites that I have setup, I just copied the mysql from a live site, changed the back end pointers and then it can be used read more »