From de2894bac7c41e93101c336c3e7619c77ca6495d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Ko=CC=88nemann?= Date: Wed, 12 Aug 2015 13:40:26 +0200 Subject: [PATCH] removing extra sticky loop --- sticky.php | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 sticky.php diff --git a/sticky.php b/sticky.php deleted file mode 100644 index 4f75b21..0000000 --- a/sticky.php +++ /dev/null @@ -1,24 +0,0 @@ - - - -
-
-
- 1, - 'post__in' => $sticky, - 'ignore_sticky_posts' => 1 - ); - $query = new WP_Query( $args ); - if ( isset($sticky[0]) ) { - get_template_part( 'content', get_post_format() ); - } - wp_reset_query(); - ?> -
-
-
- -