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 @@