_s or underscores
Underscores is a starter theme for WordPress made by Automattic claiming to provide a 1000 hours head start. It is a theme meant for hacking and best not used as a parent theme.
Here’s what’s currently in _s:
- A just right amount of lean, well-commented, modern, HTML5 templates.
- A helpful 404 template.
- A sample custom header implementation in
inc/custom-header.phpthat can be activated by uncommenting one line infunctions.phpand adding the code snippet found in the comments ofinc/custom-header.phpto your header.php template. - Custom template tags in
inc/template-tagsthat keep your templates clean and neat and prevent code duplication. - Sample theme options in
/inc/theme-options/that can can be activated by uncommenting one line infunctions.php. - Some small tweaks in
/inc/tweaks.phpthat can improve your theming experience. They can be activated by uncommenting one line infunctions.php. - Keyboard navigation for image attachment templates. The script can be found in
js/keyboard-navigation.jsand is enqueued from the image attachment template,image.php. - A script at
js/small-menu.jsthat makes your menu a toggled dropdown for small screens (like your phone) ready for CSS artistry. It’s enqueued infunctions.php. - 5 sample CSS layouts in
/layouts: Two sidebars on the left, two sidebars on the right, a sidebar on either side of your content, and two-column layouts with sidebars on either side. - Smartly organized starter CSS in
style.cssthat will help you to quickly get your design off the ground.
