Current File : /home/kelaby89/ap.cleaning/wp-content/themes/cleaning-services/template-parts/content-gallery.php
<?php
    $gallery = get_post_meta(get_the_ID(), 'framework-gallery');
    if(!empty($gallery)){
    ?>
    <div class="post-carousel">
       <?php foreach($gallery as $single){
          $link = wp_get_attachment_url((int)$single);
          ?>
          <a href="<?php echo esc_url($link)?>">
            <?php echo wp_get_attachment_image($single, 'post-thumbnail')?>
          </a>
       <?php }?>
    </div>
    <?php } ?>

<div class="blog-post contant-main">		
	<div class="post-image">
        <?php 
            if( is_sticky() ){
                echo '<div class="sticky_post_icon pull-right" title="' . esc_html__( 'Sticky Post', 'cleaning-services' ) . '"><span class="glyphicon glyphicon-pushpin" aria-hidden="true"></span></div>';
            }
        ?>
    </div>
	<?php cleaning_services_posted_on(); ?>
    <?php get_template_part( 'template-parts/content/content' ); ?>					 
</div>
Page not found – Hello World !