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/page.php
<?php
/**
 * The template for displaying all pages
 *
 * This is the template that displays all pages by default.
 * Please note that this is the WordPress construct of pages
 * and that other 'pages' on your WordPress site may use a
 * different template.
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package lumex
 */

get_header();
?>

	<?php while ( have_posts() ) : the_post(); ?>
		<?php get_template_part( 'template-parts/intro' ); ?>

		<!-- page -->
		<div class="mil-p-10-10">
			<div class="container">
				<div class="row mil-jcc mil-aic">
					<div class="col-lg-8">
						<?php get_template_part( 'template-parts/content', 'page' ); ?>
					</div>
				</div>
			</div>
		</div>
		<!-- page end -->

		<?php
		if ( comments_open() || get_comments_number() ) :
			// If comments are open or we have at least one comment, load up the comment template.
			comments_template();
		endif; ?>

	<?php endwhile; ?>

<?php
get_footer();