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();
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
-
+
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">
-
+
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) {
-