File: /var/www/vhosts/byildiz.com.tr/httpdocs/wp-content/themes/lumex/archive.php
<?php
/**
* The template for displaying archive pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package lumex
*/
get_header();
?>
<?php get_template_part( 'template-parts/intro' ); ?>
<!-- blog -->
<section class="mil-blog-section">
<div class="container mil-p-10-10">
<?php get_template_part( 'template-parts/archive-list' ); ?>
</div>
</section>
<!-- blog end -->
<?php
get_footer();