diff --git a/se-widgets.php b/se-widgets.php index 512f3b6..b48e80e 100644 --- a/se-widgets.php +++ b/se-widgets.php @@ -394,6 +394,7 @@ function widget( $args, $instance ){ 'limit' => $count, 'post_type' => 'post', 'stats_comments' => '0', + 'stats_date' => '1', 'stats_date_format' => "Y.n.j", 'thumbnail_width' => '300', 'thumbnail_height' => '200', @@ -403,7 +404,7 @@ function widget( $args, $instance ){
{thumb_img}
{text_title} - | {stats} + | {views}views
@@ -421,6 +422,7 @@ function widget( $args, $instance ){ 'limit' => $count, 'post_type' => 'post', 'stats_comments' => '0', + 'stats_date' => '1', 'stats_date_format' => "Y.n.j", 'thumbnail_width' => '300', 'thumbnail_height' => '200', @@ -430,7 +432,7 @@ function widget( $args, $instance ){
{thumb_img}
{text_title} - | {stats} + | {views}views
@@ -448,6 +450,7 @@ function widget( $args, $instance ){ 'limit' => $count, 'post_type' => 'post', 'stats_comments' => '0', + 'stats_date' => '1', 'stats_date_format' => "Y.n.j", 'thumbnail_width' => '300', 'thumbnail_height' => '200', @@ -457,7 +460,7 @@ function widget( $args, $instance ){
{thumb_img}
{text_title} - | {stats} + | {views}views
diff --git a/sentry-top/wpp.php b/sentry-top/wpp.php index 876e553..83b1772 100755 --- a/sentry-top/wpp.php +++ b/sentry-top/wpp.php @@ -8,6 +8,7 @@ 'limit' => 5, 'post_type' => 'post', 'stats_comments' => '0', + 'stats_date' => '1', 'stats_date_format' => "Y.n.j", 'thumbnail_width' => '300', 'thumbnail_height' => '200', @@ -16,7 +17,7 @@
{text_title}
- | {stats} + | {views}views
{thumb_img}