Dissection of a WordPress theme: Part 2
Conclusion
We have finalised the overall design of our theme and produced something that looks good at all screen sizes, on most browsers, and can be easily accessed by Google. We have realised that browsers are not created equally, and that HTML and CSS standards are no guarantee of success – compromise is at the heart of most layouts.
The header and footer sections of our theme have also been finished, and already the theme is pulling together. We now know:
header.phpdefines all the HTML meta-data, as well as the title element. A globalpageelement is also started herefooter.phpdefines the footer, and terminates the globalpageelement
Several thematic alternatives have been provided and it is possible to modify these much further. In particular, the colours and images should be tailored to represent your own website.
Next up is the sidebar. Battle will recommence soon.
Notes
In an attempt to bring this guide down to readable proportions I have missed out several features from the guide.
- No fixed-width header and footer option was given. These should be easy enough to attempt
- The header and footer can, if desired, be made to have a minimum width using the technique described earlier
Support
Please direct all support questions to the Theme Customisation support forum. Any support questions left on this page may not be answered.
Help me to save time by reading these instructions!
If you are asking a question please read the FAQ to see if it has already been answered. All support questions should be directed to the support forum. Thanks!






Comments
Comments are shown on the first page.