01Jun2010
WordPress Plugin Tip – MySQL Transactions with $wpdb
This tip is more for Wordpress theme and plugin developers. I've been working on a client project that required MySQL transactions, as I needed to perform multiple deletions on multiple tables, where the data was interdependent. Since I was writing a Wordpress plugin, I wanted a way of doing a MySQL database transaction, using the Wordpress database object $wpdb.
Read More12Feb2010
WordPress Tip – Disable comments on ALL posts
If you're running a website with a number of pages, you might want to disable comments on all pages and posts at once. There's no feature within Wordpress to do this, however, you can achieve this result using a little bit of SQL. For this tip, I'm assuming that you're comfortable using phpMyAdmin with your web hosting package.
Read More




