Archive of wordpress plugins

01Jun2010
Author
Dan Harrison
Category
Wordpress
WordPress Plugin Tip – MySQL Transactions with $wpdb Thumbnail

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 More
20May2009
Author
Dan Harrison
Category
Development
WP Portfolio Plugin V1.0 Released Thumbnail

WP Portfolio Plugin V1.0 Released

After lots of work, I've publically released my first wordpress plugin called WP Portfolio, which is now available directly from the Wordpress Plugin Database. The WP Portfolio plugin allows you to create a list of the websites you own or developed, which are then published on a page on your website. The plugin automatically generates thumbnails of each of your sites for you too. An example of the plugin in action is on my own portfolio page.

Read More
«