diff --git a/wp-content/themes/score/author.php b/wp-content/themes/score/author.php index b591fec..a54a936 100644 --- a/wp-content/themes/score/author.php +++ b/wp-content/themes/score/author.php @@ -65,7 +65,7 @@ global $current_user; get_currentuserinfo();
- <?php if(get_post_meta(get_post_thumbnail_id($o), '_wp_attachment_image_alt', true)) { echo get_post_meta(get_post_thumbnail_id($o), '_wp_attachment_image_alt', true); } else { echo $p->post_title; } ?> + <?php if(get_post_meta(get_post_thumbnail_id($o), '_wp_attachment_image_alt', true)) { echo get_post_meta(get_post_thumbnail_id($o), '_wp_attachment_image_alt', true); } else { echo $p->post_title; } ?>
diff --git a/wp-content/themes/score/blog.php b/wp-content/themes/score/blog.php index fc46b39..20a9467 100644 --- a/wp-content/themes/score/blog.php +++ b/wp-content/themes/score/blog.php @@ -32,7 +32,7 @@ query_posts("cat=".$gp_settings['cats']."&caller_get_posts=1&orderby=$orderby&or - <?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(); } ?> + <?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/index.php b/wp-content/themes/score/index.php index 32949f3..ddb7d72 100644 --- a/wp-content/themes/score/index.php +++ b/wp-content/themes/score/index.php @@ -11,7 +11,7 @@ get_currentuserinfo(); //$args = "cat=".$gp_settings['cats']."&caller_get_posts=1&orderby=$orderby&order=$order&gdsr_sort=$gdsr_sort&gdsr_order=$gdsr_order&paged=$paged&posts_per_page=-1"; $args = array( "cat" => $gp_settings['cats'], - "caller_get_posts" => 1, + "ignore_sticky_posts" => 1, "orderby" => $orderby, "order" => $order, "gdsr_sort" => $gdsr_sort, @@ -49,7 +49,7 @@ endif; $args = array( "cat" => $gp_settings['cats'], - "caller_get_posts" => 1, + "ignore_sticky_posts" => 1, "orderby" => $orderby, "order" => $order, "gdsr_sort" => $gdsr_sort, @@ -82,7 +82,7 @@ query_posts($args);
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(); } ?> + <?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/lib/admin/inc/shortcodes/videos.php b/wp-content/themes/score/lib/admin/inc/shortcodes/videos.php index 9219273..5316033 100644 --- a/wp-content/themes/score/lib/admin/inc/shortcodes/videos.php +++ b/wp-content/themes/score/lib/admin/inc/shortcodes/videos.php @@ -61,7 +61,7 @@ function ghostpool_video($atts, $content = null) { -