HEX
Server: LiteSpeed
System: Linux standart103.isimtescil.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: byildiz (11197)
PHP: 8.2.33
Disabled: opcache_get_status
Upload Files
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();