Ptah Dunbar presented on creating custom themes from scratch using a theme framework in WordPress. Some key points included:
- Theme frameworks provide organization, rapid development, and support for HTML5/CSS3 features out of the box.
- Popular frameworks include Genesis, Thesis, and Headway which provide visual theme customization options, and Sandbox and Starkers which are more code-oriented.
- WP Framework was highlighted as an example, providing features like a theme options API, device detection support, and making themes more future-proof and pluggable.
- It allows creating reusable theme classes and contextual classes to handle different pages and contexts.