0) { $query_sticky = new WP_Query( array( 'post__in' => $sticky, 'ignore_sticky_posts' => 1 ) ); while ( $query_sticky->have_posts() ) : $query_sticky->the_post(); ?>
$sticky, 'ignore_sticky_posts' => 1 ,'paged' => $paged) ); while ( $query->have_posts() ) : $query->the_post(); ?>
'; $clear = 0; } endwhile; ?>