File: /var/www/html/wpmuhibbah_err/wp-content/themes/goodwish/single.php
<?php get_header(); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php goodwish_edge_get_title(); ?>
<?php get_template_part('slider'); ?>
<div class="edgtf-container">
<?php do_action('goodwish_edge_after_container_open'); ?>
<div class="edgtf-container-inner">
<?php goodwish_edge_get_blog_single(); ?>
</div>
<?php do_action('goodwish_edge_before_container_close'); ?>
</div>
<?php do_action('goodwish_edge_after_container_close'); ?>
<?php endwhile; ?>
<?php endif; ?>
<?php get_footer(); ?>