WordPress 2.3+ schema for taxonomy tables
I’ve been rewriting a number of my plugins to bring them up-to-date. This will include a version of If You Liked That that uses tags to identify similar or related posts. The new (version 2.3+) WordPress taxonomy tables are not very well documented as far as I can tell so here is small EAR model that I’ve thrown together to describe the relevant sub-section of the overall WordPress database schema.

Note: [term_taxonomy]![taxonomy] has values category or post_tag
Example code using these tables to select the taxonomy entries for post 45 is:
Posted in Wordpress | No Comments »