I [heart] Wordpress

Posted by Andrew on July 27th, 2006
Viewed 1182 times, 2 so far today

Contests, boy do I love ‘em.

There’s a logo competition going on at the Wordpress Support Forums for the phrase “I [heart] Wordpress”. Here’s my first entry:

I [heart] Wordpress

Watchathink?


StatTraq Bug

Posted by Andrew on July 27th, 2006
Viewed 2735 times, 1 so far today

For anyone using Randy Peterman’s StatTraq, there’s a small bug in one of the files that might cause an error message to appear at the footer of your Wordpress blog.

Open up stattraq.php in a text editor and scroll down to line 90 (approximately).

Change:

else if($strpos($ua, 'MSIE 2') !== false)

to

else if(strpos($ua, 'MSIE 2') !== false)

Save the file and upload to your server.


Edit N Place Plugin for Wordpress

Posted by Andrew on July 27th, 2006
Viewed 4084 times, 2 so far today

I was doing my homework on upgrading my plugins a while ago and discovered an awesome Wordpress plugin called “Edit N Place” by Headzoo’s Sean Hickey. It kinda speaks for itself. Made possible with AJAX, what it does is it allows you to edit your articles, their categories and tags right from your blog’s front page! What a time saver! One of the best Wordpress plugins ever created. Add that to my list of plugins I can’t do without.

Here’s a screenshot of the plugin at work:
Read Full Entry