Path : /srv/www/vhosts/dovastex/wp-content/themes/web_dovastex/ |
Current File : /srv/www/vhosts/dovastex/wp-content/themes/web_dovastex/single-default.php |
<?php include ("header.php"); ?> <!-- MAIN CONTENT --> <section class="main-content clearfix"> <div class="main-content__title"> <h1><?php the_title(); ?></h1> <!-- BREADCRUMB --> <?php the_breadcrumb(); ?> </div> <div class="main-content__content"> <div class="main-content__left-col"> <?php the_content(); ?> </div> <div class="main-content__right-col"> <?php include("sidebar.php") ?> </div> </div> </section> <?php include ("footer.php"); ?>