Mon thème wordpress perso basé sur underscores
git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8888 d957f892-c61d-0410-b221-f235e6eecf30 |
||
|---|---|---|
| inc | ||
| js | ||
| layouts | ||
| 404.php | ||
| archive.php | ||
| comments.php | ||
| content-page.php | ||
| content-single.php | ||
| content.php | ||
| footer.php | ||
| functions.php | ||
| header.php | ||
| image.php | ||
| index.php | ||
| license.txt | ||
| page.php | ||
| readme.txt | ||
| rtl.css | ||
| search.php | ||
| searchform.php | ||
| sidebar.php | ||
| single.php | ||
| style.css | ||
=== _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.