I am looking for WordPress chart/diagram system design.
I found only the template hierarchy diagram, but it's only part of the system.
source: http://upload.wikimedia.org/wikipedia/commons/3/3d/Wordpress_Template_Hierarchy.png
|
I am looking for WordPress chart/diagram system design. I found only the template hierarchy diagram, but it's only part of the system.
|
|||||||
|
|
More than an Answer, this is a research and a compilation. Database Description already in Damien answer. A Google search reveals this in WordPress forums:
Note: the Template Hierarchy of WikiMedia in the OP Question differs from the one in the Codex But, Chip Bennet has an extended one :) I thought this Question was a duplicate of the following (but mods said it's not): In it, Mike Schinkel states:
One answer points to an old article with this diagram: And the other to this Wordpress 3.0 Program Flow (PDF) Rarst answer to this Question ( When should you use WP_Query vs query_posts() vs get_posts()? ) has a nice overview of WP_Query: Another from Rarst on core load:
And finally, a totally unrelated Question about performance ( Refactoring Wordpress to improve memory performance ), but with very nice graphs :) |
|||||||||||
|
|
If you are looking for the database schema, there is a version on the Codex:
click to enlarge The image you referenced in your post is the template hierarchy most commonly used by theme developers. |
||||