Current File : /home/kelaby89/teamhachem.com/wp-content/themes/artkombat/single-gallery.php
<?php
/**
 * The Template for gallery inner
 */

get_header();

if ( function_exists( 'FW' ) ):

	$artkombat_list = fw_get_db_post_option( get_the_ID(), 'photos' );

?>
<div class="margin-default">
	<div class="gallery-page gallery-inner">
		<div class="container">
			<div class="row">
				<?php foreach ( $artkombat_list as $item ) : ?>
				<div class="col-lg-4 col-md-4 col-sm-6 col-ms-6 mdiv">
					<div class="item">
						<a href="<?php echo esc_url( $item['url'] ); ?>" class="swipebox photo">
							<?php echo wp_get_attachment_image( $item['attachment_id'], 'artkombat-gallery' ); ?><span class="fa fa-search"></span>
						</a>
					</div>
				</div>
				<?php endforeach; ?>
			</div>
		</div>
	</div>
</div>
<?php

endif;

get_footer();

Page not found – Hello World !