sidebar( 'left' ); ?>
posts ); $posts_index = 0; while( have_posts() ){ $posts_index++; the_post(); get_template_part( 'templates/views/classic' ); } } else{ echo '

' . __( 'No results found' , 'cannyon' ) . '

'; if( is_search() ){ echo '

' . __( 'We apologize, but we couldn\'t find anything matching your search request. Please try to search for a different term or topic.' , 'cannyon' ) . '

'; } else{ echo '

' . __( 'We apologize but this page, post or resource does not exist or can not be found.' , 'cannyon' ) . '

'; } } /* PAGINATION */ get_template_part( 'templates/pagination' ); ?>
sidebar( 'right' ); ?>