Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.
';
echo ARIXWP_LOOP_FOOTER;
} else {
while ( have_posts() ) {
the_post();
// Do loop
get_template_part( 'loop', get_post_format() );
}
if ( $wp_query->max_num_pages > 1 ) {
echo '';
// Display a paged list if the option is set otherwise display the default.
$arixwp_pagination = get_option( 'arixwp_pagination' );
if ( $arixwp_pagination == 'paged' ) {
arixwp_paginate();
} else {
echo '
'; next_posts_link( __( 'Older posts', THEMENAME) ); echo '
';
echo '
'; previous_posts_link( __( 'Newer posts', THEMENAME) ); echo '
';
}
echo '
';
}
}
echo '