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/SBogers44/ledubtoernooi.nl/wwwroot/wp-content/themes/dynamic-news-lite/archive.php
<?php get_header(); ?>

<?php // Get Theme Options from Database
	$theme_options = dynamicnews_theme_options();
?>

	<div id="wrap" class="container clearfix">
		
		<section id="content" class="primary" role="main">
		
			<?php if ( function_exists( 'themezee_breadcrumbs' ) ) themezee_breadcrumbs(); ?>
			
			<header class="page-header">
				<?php 
					the_archive_title( '<h1 class="archive-title">', '</h1>' ); 
					the_archive_description( '<div class="archive-description">', '</div>' );
				?>
			</header>
			
			<?php if (have_posts()) : while (have_posts()) : the_post();
			
				get_template_part( 'content', $theme_options['posts_length'] );
			
				endwhile;
				
			dynamicnews_display_pagination();

			endif; ?>
			
		</section>
		
		<?php get_sidebar(); ?>
	</div>
	
<?php get_footer(); ?>