From 789f59cf51e8296426a4741dbfa9e9044f75ca15 Mon Sep 17 00:00:00 2001 From: Pierre Pavlov Date: Mon, 18 Mar 2013 17:30:29 +0100 Subject: [PATCH 1/2] Update mention of tweaks.php in README.md I first thought my download was broken, but I believe this file is no longer in use. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d17aefda..b1a3fe7a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ My ultra-minimal CSS might make me look like theme tartare but that means less s * 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. -* 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. It’s enqueued in functions.php. * A script at js/small-menu.js that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It’s enqueued in functions.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. From 273c97abd9d741da859069d0ee13e05b6e1dc738 Mon Sep 17 00:00:00 2001 From: Pierre Pavlov Date: Mon, 18 Mar 2013 17:38:43 +0100 Subject: [PATCH 2/2] Updated with mention of extras.php instead --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1a3fe7a..abdbeee2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ My ultra-minimal CSS might make me look like theme tartare but that means less s * 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. +* Some small tweaks in /inc/extras.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. It’s enqueued in functions.php. * A script at js/small-menu.js that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It’s enqueued in functions.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.