1,
'post__in' => $sticky,
'ignore_sticky_posts' => 1
);
$query = new WP_Query( $args );
if ( isset($sticky[0]) ) {
?>
class="fullwidth">
1,
'paged' => $paged
);
$wp_query = new WP_Query( $args );
while ( $wp_query->have_posts() ) : $wp_query->the_post(); ?>
__( 'Previous page', 'branches' ),
'next_text' => __( 'Next page', 'branches' ),
'before_page_number' => '
' . __( 'Page', 'branches' ) . ' ',
) );
?>