From 59071b67b5ff92c41a2f9a4519f5cff53f79f925 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Thu, 20 Dec 2012 21:18:50 +0000 Subject: [PATCH] More stuff for functions.php --- README.md | 10 +++++----- functions.php | 12 ++---------- header.php | 2 +- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 8fa95a5..1462528 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # barebones -A lightweight, skinny WordPress theme for HTML5 and beyond. Great as a starting point for any project with powerful features to encourage rapid development for most projects +A lightweight, skinny skeletal WordPress theme for HTML5 and beyond. Great as a starting point for any project with powerful features to encourage rapid development for most projects. ## Features * Base reset and normalisation styles * Semantic use of HTML5 elements * Includes Google HTML5 shiv -* Bootstrap compatible -* Proprietary baseline grid +* Proprietary baseline and horizontal 960 responsive grid * index.php Loop template -* Customised functions.php containing useful starting points +* Customised functions.php adding theme support for high customisation * Tidy and organised folder structure -* Comes pre-bundled with latest CDN version of jQuery and fallback \ No newline at end of file +* Comes pre-bundled with latest CDN version of jQuery and fallback +* WAI-ARIA role ready \ No newline at end of file diff --git a/functions.php b/functions.php index f0975bf..11163e0 100644 --- a/functions.php +++ b/functions.php @@ -1,16 +1,12 @@ --------------------------------------------------------------- */ - remove_action( 'wp_head', 'rsd_link' ); remove_action( 'wp_head', 'wlwmanifest_link' ); remove_action( 'wp_head', 'wp_generator' ); @@ -22,11 +18,7 @@ remove_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 ); function remove_comments_rss( $for_comments ) { return; } - add_filter( 'post_comments_feed_link', 'remove_comments_rss' ); -/* =Register a sidebar for the lolz --------------------------------------------------------------- */ - if ( function_exists( 'register_sidebar' ) ) register_sidebar(); \ No newline at end of file diff --git a/header.php b/header.php index a0bdfaf..d89b6c3 100755 --- a/header.php +++ b/header.php @@ -16,7 +16,7 @@