Slide 69
Slide 69 text
Conclusion (1)
• We have learned how to setup our developing environment
– Stack Apache + PHP + mysql
– WordPress + Underscores install
– Developer plugin
– Dummy data
• We have also learned the basics of WordPress
– A typical request result in a query in the database, then results
are sent to a php template
– The template hierarchy determines which template is used
– Template tags are WordPress functions that can (and should) be
used when developing a theme