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(); - ?> -
-
-
- -