I recently made an upgrade to my other WordPress blog from version 2.8 directly to 2.9.2 by FTPing the 2.9.2 files over to the web host. After the files were overwritten, I went to visit the /wp-admin dashboard page and it prompted me to upgrade the database. OK, everything was fine and dandy until I [...]
Here are the steps to adding your Google Analytics code to your WordPress blog. 1. Grab and copy your Google Analytics code. The code will look something like this <script type=“text/javascript”> var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”); document.write(unescape(“%3Cscript src=’” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”)); </script> <script type=“text/javascript”> try { var pageTracker [...]
I posted this a few a days ago about a widespread WordPress attack: http://www.netpassiveincome.com/wordpress-mysql-injection-permalink/ If you haven’t already, go visit your blog and make sure you are not a victim of this recent attack.