Publishing • Thursday November 29, 2007 by Steven Snell with 8 comments
If you’re having doubts about moving to a new host, either for reliability reasons or just because you’ve outgrown your current one, this might help you out. The built in tools in WordPress makes that database hassle a breeze, and here’s how.
Code • Monday May 21, 2007 by Ronald Huereca with 9 comments
This post was written as part of the How to Write a WordPress Plugin series.
When you are writing a plugin, you will inevitably have to store variables in a database and retrieve them. Fortunately WordPress makes data retrieval simple with options and a database object. This post will cover storing and retrieving data from a [...]