Current File : /home/kelaby89/ap.cleaning/wp-content/themes/cleaning-services/template-parts/content-audio.php
<?php
$audio_content = get_post_meta(get_the_ID(), 'framework-audio-markup', true);
if ($audio_content) {
    ?>
    <div class="post-music">
        <?php echo  sprintf(__('%s','cleaning-services'), $audio_content)  ?>
    </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 !