XylotrechusZ
<?php
/**
* The template part for displaying default archive
*/
echo '<div class="logisco-content-area logisco-item-pdlr" >';
while( have_posts() ){ the_post();
get_template_part('content/content', 'full');
} // while
the_posts_pagination(array(
'prev_text' => '<i class="fa fa-angle-left" ></i>',
'next_text' => '<i class="fa fa-angle-right" ></i>',
));
echo '</div>'; // logisco-content-area