Sindbad~EG File Manager

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

<?php get_header(); ?>

<section class="section-1">
  <div class="container pt-5">
	<div class="row">

    <?php if (have_posts()) : ?>
      <?php while (have_posts()) : the_post(); ?>
        <div class="col-md-9">

          <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_nav(get_crumb_array());
                }
              ?>
            </div>
            <h1 class="mt-3 mb-2"><b> <?php the_title(); ?> </b></h1>
            <script>
              mixpanel.track('View Blog', {
                "title": "<?php the_title(); ?>"
              })
            </script>
            <p>Ditulis pada <strong><?php the_date('d M Y'); ?></strong> oleh <strong> <?php the_author_posts_link(); ?></strong>
            <div class="sub-title">
              Kategori : <strong><?php the_category(); ?></strong>
            </div>
			<?php
				if ( is_singular() ) :
					echo get_the_tag_list(
						'<ul class="tags-list"><li>',
						'</li><li>',
						'</li></ul>',
						get_queried_object_id()
					);
				endif;
			?>
            <p>
              <?php the_content(); ?>
            </p>
          </div>
        </div>
      <?php endwhile ?>
	  <div class="col-md-3">
          <div class="border-left p-3">
            <div class="border-bottom">
              <div class="sidebar-box mb-4">
                <form role="search" action="<?php echo site_url('/'); ?>" method="get" id="searchform">
                  <div class="form-group">
                    <input type="text" name="s" class="form-control" placeholder="Search" autocomplate="off">
                  </div>
                </form>
              </div>
            </div>

            <div class="side-custom pt-2">
              <?php if (is_active_sidebar('sidebar')) : ?>
                <?php dynamic_sidebar('sidebar'); ?>
              <?php endif ?>
            </div>

          </div>

        </div>
	  </div>
    <?php else : ?>
      <p><?php __('No Post Found') ?></p>
    <?php endif ?>

  </div>
</section>

<?php get_footer(); ?>

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