';
echo '
';
foreach ( $sticky as $id ) {
include( locate_template( 'template-parts/content-sticky-post.php', false, false ) );
}
echo '
';
echo '';
} ?>
__('Prev', 'blogger-light'),
'next_text' => __('Next', 'blogger-light'),
);
$pagination = get_the_posts_pagination( $args );
if ( $pagination != null ) {
echo '';
}
endif;
else :
get_template_part( 'template-parts/content', 'none' );
endif; ?>