[Ch-1] Overview of Wordpress. Installation, configuring and 1st post.

[Ch-2] Discussion of overall purpose of wordpress and how it can be modified to fullfill specific needs.

[Ch-3] Discussion of structure and open source code concept. Modifications can be done but should avoid the core since each time the upgrades are loaded, those changes will be over written.

[Ch-4] Disection of what make the CMS system work. What directories contain what important files. What is modifiable and what shouldn't be touched.

[Ch-5] Loop: How content is presented and how it can be modified to present in specific ways. Not too much detail but enough to get a good PHP programmer started to modify content output.

[Ch-6] Database: Shows an EER diagrahm of the eleven table structure with relationships shown. Additional steps need to be taken when making custom queries. A prepare function requires variables be formatted in order to prevent injection attacks.

[Ch-7]

[Ch-8]

[Ch-9]

[Ch-10]

[Ch-11]

[Ch-12]

[Ch-13]

[Ch-14]