This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Ian Stewart 60d8720ad6 _s: adding empty selectors required for theme check plugin test
git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8889 d957f892-c61d-0410-b221-f235e6eecf30
2012-02-07 21:15:27 +00:00
inc _s: simpler way of handling hiding authors on single author blogs without adding another class 2012-02-07 02:57:41 +00:00
js _s: Adding a class to the menu toggle for help in styling open-close states with just CSS 2012-02-07 03:20:46 +00:00
layouts _s: More consistency with class names in the structural markup 2012-02-01 16:55:36 +00:00
404.php _s: More consistency with class names in the structural markup 2012-02-01 16:55:36 +00:00
archive.php _s: incorporating the author template into the archive template to reduce template bloat 2012-02-01 20:21:14 +00:00
comments.php _s: Adding ARIA navigation roles to the all the nav elements 2012-02-03 14:22:08 +00:00
content-page.php _s: Adding starter styles along with a few markup changes to accomodate them 2012-01-13 20:10:17 +00:00
content-single.php _s: Adding starter styles along with a few markup changes to accomodate them 2012-01-13 20:10:17 +00:00
content.php _s: Adding starter styles along with a few markup changes to accomodate them 2012-01-13 20:10:17 +00:00
footer.php _s: More consistency with class names in the structural markup 2012-02-01 16:55:36 +00:00
functions.php _s: Simple script for changing the classes of the main menu based on browser width let's you easily restyle a menu for small screens without changing the markup 2012-02-06 16:40:54 +00:00
header.php _s: cache the masthead selector and use find to grab it's descendants to improve performance while removing the style attribute on the toggled menu to prevent it from seeming to disappear on resizing up when the menu is toggled off 2012-02-06 21:44:43 +00:00
image.php _s: A better name for the image navigation script and better experience by cycling through a gallery when done 2012-02-03 14:02:28 +00:00
index.php _s: More consistency with class names in the structural markup 2012-02-01 16:55:36 +00:00
license.txt _s: initial fork of Toolbox 2012-01-07 03:25:13 +00:00
page.php _s: More consistency with class names in the structural markup 2012-02-01 16:55:36 +00:00
readme.txt _s: Adding some useful information to readme for anyone new to using _s 2012-02-07 20:42:03 +00:00
rtl.css _s: initial fork of Toolbox 2012-01-07 03:25:13 +00:00
search.php _s: More consistency with class names in the structural markup 2012-02-01 16:55:36 +00:00
searchform.php _s: Adding starter styles along with a few markup changes to accomodate them 2012-01-13 20:10:17 +00:00
sidebar.php _s: This should have been an li element all along 2012-02-03 19:54:30 +00:00
single.php _s: More consistency with class names in the structural markup 2012-02-01 16:55:36 +00:00
style.css _s: adding empty selectors required for theme check plugin test 2012-02-07 21:15:27 +00:00

readme.txt

=== _s ===

Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.

Some of the interesting things you'll find here include ...

*	A helpful 404 template.
*	A sample custom header implementation in inc/custom-header.php that can be activated by uncommenting one line in functions.php and adding the code snippet found the comments of inc/custom-header.php to your header.php template.
*	Custom template tags in inc/template-tags that 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 in functions.php
*	Some small tweaks in /inc/tweaks.php that can improve your theming experience. They can be activated by uncommenting one line in functions.php
*	Keyboard navigation for Image attachment templates. The script can be found in js/keyboard-navigation.js and is enqueued from the image attachment template, image.php.
*	A script at js/small-menu.js that makes your menu a toggled dropdown ready for CSS artistry. It's enqueued in functions.php.
*	5 sample CSS layouts in layouts.
*	Smartly organized starter CSS in style.css that will help you quickly get your design off the ground.
*	The GPL license in license.txt. Make something cool.