Sindbad~EG File Manager

Current Path : /home/atdotid/www/wp-content/themes/aturtoko/
Upload File :
Current File : //home/atdotid/www/wp-content/themes/aturtoko/page.php

<?php get_header("blog"); ?>
  
<section class="section-1">
    <div class="container pt-5">
    <div class="col-md-12">

        <div class="detail-post">
            <?php if (has_post_thumbnail()) : ?>
              <?php the_post_thumbnail(); ?>
            <?php else : ?>
              <img src="<?php echo get_template_directory_uri(); ?>/assets/img/bg-contoh.jpg" alt="Ilustrasi AturToko +">
            <?php endif ?>
			
            <div class="custom-breadcrumb">
            <?php
            if(function_exists('yoast_breadcrumb') && !(is_home() || is_front_page())) {
                echo crumb_page_nav(get_crumb_array());			
            }
            ?>
            </div>
            <h1 class="mt-3 mb-2"><b> <?php the_title(); ?></b></h1>
            </div>

			      <?php the_content(); ?>
         
        </div>

    </div>
    </div>
  </section>
<?php get_footer(); ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists