forked from mirror/_s
Custom header re-wording
A custom header is no longer commented: https://github.com/Automattic/_s/blob/master/functions.php#L132
This commit is contained in:
parent
fbd667fd6b
commit
d214674339
|
@ -9,7 +9,7 @@ My ultra-minimal CSS might make me look like theme tartare but that means less s
|
||||||
|
|
||||||
* A just right amount of lean, well-commented, modern, HTML5 templates.
|
* A just right amount of lean, well-commented, modern, HTML5 templates.
|
||||||
* A helpful 404 template.
|
* 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 in the comments of `inc/custom-header.php` to your `header.php` template.
|
* A custom header implementation in `inc/custom-header.php` just add the code snippet found in the comments of `inc/custom-header.php` to your `header.php` template.
|
||||||
* Custom template tags in `inc/template-tags.php` that keep your templates clean and neat and prevent code duplication.
|
* Custom template tags in `inc/template-tags.php` that keep your templates clean and neat and prevent code duplication.
|
||||||
* Some small tweaks in `inc/extras.php` that can improve your theming experience.
|
* Some small tweaks in `inc/extras.php` that can improve your theming experience.
|
||||||
* A script at `js/navigation.js` that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It's enqueued in `functions.php`.
|
* A script at `js/navigation.js` that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It's enqueued in `functions.php`.
|
||||||
|
|
Reference in New Issue