A simple WordPress blog theme built from the ground-up with Yahoo's PureCSS framework (v0.6.0).
Here's a screenshot of the theme in action, as of 04/10/16
PureCSS-focussed functions
<li>and<a>tags that generated bywp_nav_menu()use thepure-menu-item&pure-menu-linkclasses<form>tag generated byget_search_form()andcomments_template()use thepure-form pure-form-stackedclasses- Buttons generated by
get_search_form()andcomments_template()use thepure-buttonclass
General functions
<p>tag that wrapsthe_excerpt()output has been given apost-excerptclass for better targetingpwp_featured_image($post_id, $output)returns either thesrcURL or thealttag for the current post's featured image. Set$outputto either'url'or'alt'for the desired output. E.g.,echo pwp_featured_image($post->ID, 'url');will outputhttp://example.com/image.jpg.
- Fix padding and margins in
single.php - Style the footer
- Include an auto-generated copyright notice in the footer
- Apply category widget styles to tag widget
- Move post loop summary to own template
- Create
archive.php - Create
author.php - Style post comments list
- Add Schema.org markup
- Add OpenGraph tags
- Add child themes(!)