diff --git a/wp-content/themes/score/comments.bak.php b/wp-content/themes/score/comments.bak.php
deleted file mode 100644
index d0312cd..0000000
--- a/wp-content/themes/score/comments.bak.php
+++ /dev/null
@@ -1,205 +0,0 @@
-
-
-
-
- $post->ID, 'user_id' => $current_user->ID);
-$usercomment = get_comments($args);
-
-function comment_template($comment, $args, $depth) {
-$GLOBALS['comment'] = $comment;
-global $post, $gp_settings;
-
-require(ghostpool_inc . 'options.php');
-
-?>
-
-
id="li-comment-">
-
-
-
-
-
-
-comment_status OR have_comments()) { ?>
-
-
-
-
\ No newline at end of file
diff --git a/wp-content/themes/score/comments.php b/wp-content/themes/score/comments.php
index 9d57fa3..480d458 100644
--- a/wp-content/themes/score/comments.php
+++ b/wp-content/themes/score/comments.php
@@ -64,6 +64,12 @@ require(ghostpool_inc . 'options.php');
+
+
+
+
+
+
+
+
+
+
+
+
+
+comment_status OR have_comments()) { ?>
+
+
+
+
\ No newline at end of file
diff --git a/wp-content/themes/score/functions.php b/wp-content/themes/score/functions.php
index 04016d2..c761ee6 100644
--- a/wp-content/themes/score/functions.php
+++ b/wp-content/themes/score/functions.php
@@ -212,7 +212,7 @@ function gp_enqueue_scripts() {
//wp_enqueue_script('jqueryui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js', array('jquery'));
- if (is_singular())
+ if (is_singular() OR is_home() OR is_front_page())
wp_enqueue_script('comment-reply');
wp_enqueue_script('swfobject', 'http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js');
diff --git a/wp-content/themes/score/header.php b/wp-content/themes/score/header.php
index 5bb67a0..64bae5f 100644
--- a/wp-content/themes/score/header.php
+++ b/wp-content/themes/score/header.php
@@ -11,9 +11,13 @@
-
+
+
+
+
+
diff --git a/wp-content/themes/score/home-comments.php b/wp-content/themes/score/home-comments.php
index 0281397..b1696bd 100644
--- a/wp-content/themes/score/home-comments.php
+++ b/wp-content/themes/score/home-comments.php
@@ -14,7 +14,7 @@ if (post_password_required()) {
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/wp-content/themes/score/video-slider.php b/wp-content/themes/score/video-slider.php
index e6bd953..6411e5d 100644
--- a/wp-content/themes/score/video-slider.php
+++ b/wp-content/themes/score/video-slider.php
@@ -130,8 +130,9 @@ if (have_posts()) {
+
FROM: