HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SoulSports/donutbootdenbosch.nl/wwwroot/wp-content/themes/darkorange/page.php
<?php
/*
 * The default template for displaying pages.
 */
?>

<?php get_header(); ?>
<div id="content">
	<?php while ( have_posts() ) : the_post(); ?>

		<h1 class="page-title"><?php the_title(); ?></h1>

		<?php if ( has_post_thumbnail() ) {
			the_post_thumbnail('post-thumbnail', array('class' => 'single-image'));
		} ?>

		<?php the_content(); ?>

		<?php wp_link_pages( array(
			'before' => '<div class="pagelink">' . __( 'Pages:', 'darkorange' ),
			'after'  => '</div>',
		) ); ?>

		<?php comments_template(); ?>

	<?php endwhile; ?>

	<?php edit_post_link( __( 'Edit', 'darkorange' ), '<div class="edit-link">', '</div>' ); ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>