sidebar( 'left' ); ?>
wrapper( 'left' ); /* CONTENT WRAPPER */ if( have_posts() ){ $posts_total = count( $wp_query -> posts ); $posts_index = 0; while( have_posts() ){ $posts_index++; the_post(); get_template_part( 'templates/views/classic' ); } } else{ echo '

' . __( 'Not found results' , 'treeson' ) . '

'; echo '

' . __( 'We apologize but this page, post or resource does not exist or can not be found. Perhaps it is necessary to change the call method to this page, post or resource.' , 'treeson' ) . '

'; } /* PAGINATION */ get_template_part( 'templates/pagination' ); /* RIGHT WRAPPER */ echo $mythemes_layout -> wrapper( 'right' ); ?>
sidebar( 'right' ); ?>