diff --git a/wp-content/themes/score/dedications/single/home-column-my-dedications.php b/wp-content/themes/score/dedications/single/home-column-my-dedications.php index 2409eeb..b8fa972 100644 --- a/wp-content/themes/score/dedications/single/home-column-my-dedications.php +++ b/wp-content/themes/score/dedications/single/home-column-my-dedications.php @@ -27,7 +27,6 @@ $dedication_link = bp_core_get_userlink($bp->displayed_user->id, false, true) .
thumbnail-no-wrap"> - <?php if (get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true)) {
                 echo get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true);
diff --git a/wp-content/themes/score/index.php b/wp-content/themes/score/index.php
index 9f02349..9347723 100644
--- a/wp-content/themes/score/index.php
+++ b/wp-content/themes/score/index.php
@@ -78,7 +78,6 @@ query_posts($args);
                             <div class= thumbnail-no-wrap"> - <?php if(get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true)) { echo get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true); } else { echo get_the_title(); } ?> diff --git a/wp-content/themes/score/post-loop-dedication-template.php b/wp-content/themes/score/post-loop-dedication-template.php index 0ebdf1b..9ded7a9 100644 --- a/wp-content/themes/score/post-loop-dedication-template.php +++ b/wp-content/themes/score/post-loop-dedication-template.php @@ -20,7 +20,6 @@
thumbnail-no-wrap"> - <?php if(get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true)) { echo get_post_meta(get_post_thumbnail_id(), '_wp_attachment_image_alt', true); } else { echo get_the_title(); } ?> diff --git a/wp-content/themes/score/video-slider.php b/wp-content/themes/score/video-slider.php index f7b5a01..c108780 100644 --- a/wp-content/themes/score/video-slider.php +++ b/wp-content/themes/score/video-slider.php @@ -131,7 +131,7 @@ if (have_posts()) { - + FROM: