Your IP : 216.73.216.95


Current Path : /var/test/www/ljmti/wp-content/themes/clevercourse/single/
Upload File :
Current File : /var/test/www/ljmti/wp-content/themes/clevercourse/single/content-page.php

<?php 
	while ( have_posts() ){ the_post();
		$content = gdlr_content_filter(get_the_content(), true); 
		if(!empty($content)){
			?>
			<div class="main-content-container container gdlr-item-start-content">
				<div class="gdlr-item gdlr-main-content">
					<?php echo $content; ?>
				</div>
			</div>
			<?php
		}
	} 
?>