From 877bc8e0effa80a648c9a797da8ad470ba9f249e Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Mon, 6 Oct 2014 14:18:28 -0400 Subject: [PATCH] IE Conditional Comments, RSS Feeds --- functions.php | 6 ++++++ header.php | 48 ++++++++++++++++++++---------------------------- 2 files changed, 26 insertions(+), 28 deletions(-) diff --git a/functions.php b/functions.php index 71f4197..c683aea 100644 --- a/functions.php +++ b/functions.php @@ -660,4 +660,10 @@ public function fields_radio() { } new Add_Settings_Field(); + +function hale_setup() { + // Add default posts and comments RSS feed links to head. + add_theme_support( 'automatic-feed-links' ); + } +add_action( 'after_setup_theme', 'hale_setup' ); ?> \ No newline at end of file diff --git a/header.php b/header.php index f38270f..4e3abf3 100644 --- a/header.php +++ b/header.php @@ -10,18 +10,12 @@ $nav2 = get_theme_mod( 'navoption2','with-drop'); ?> - - - - - - > - + @@ -31,13 +25,14 @@ › UCONN - + + + + + +
@@ -58,22 +53,19 @@