diff --git a/functions.php b/functions.php
index 847310c..5073228 100644
--- a/functions.php
+++ b/functions.php
@@ -468,7 +468,7 @@ function get_post_views($post_id) {
* return restyle_text($views);
* }
*/
- return wp_statistics_pages(total,uri,$post_id);
+ return wp_statistics_pages('total','uri',$post_id);
}
@@ -1230,7 +1230,7 @@ function memory_archives_list() {
$mon = $mon_tmp;
$output .= '
'.$mon.'月 (篇文章) ';
diff --git a/tpl/content-image.php b/tpl/content-image.php
index c242aec..8b677f6 100644
--- a/tpl/content-image.php
+++ b/tpl/content-image.php
@@ -35,7 +35,7 @@
- 热度
+ 热度
diff --git a/tpl/content-single.php b/tpl/content-single.php
index 3bf8a92..2d78927 100644
--- a/tpl/content-single.php
+++ b/tpl/content-single.php
@@ -13,7 +13,7 @@
diff --git a/tpl/content-status.php b/tpl/content-status.php
index 8efbd03..f89559c 100644
--- a/tpl/content-status.php
+++ b/tpl/content-status.php
@@ -31,7 +31,7 @@
- 热度
+ 热度
diff --git a/tpl/content-thumb.php b/tpl/content-thumb.php
index c6a209f..50ff715 100644
--- a/tpl/content-thumb.php
+++ b/tpl/content-thumb.php
@@ -37,7 +37,7 @@ $the_cat = get_the_category();
-
热度
+
热度
cat_name; ?>
diff --git a/tpl/content.php b/tpl/content.php
index 7af4b1b..f659a50 100644
--- a/tpl/content.php
+++ b/tpl/content.php
@@ -34,7 +34,7 @@
- 热度
+ 热度
diff --git a/tpl/single-image.php b/tpl/single-image.php
index 0e8509a..7e7a434 100644
--- a/tpl/single-image.php
+++ b/tpl/single-image.php
@@ -15,7 +15,7 @@