Current File : /home/itiffy/silverservice.melbourne/wp-content/themes/silverservice/page.php |
<?php
get_header();
$page_id = get_the_ID();
?>
<?php include_once('top.php'); ?>
<!-- BANNER SECTION -->
<div class="inner-banner-section clearfix" style="background:url(<?php if(has_post_thumbnail()){ the_post_thumbnail_url(); }else{ echo bloginfo('template_directory').'/images/fleet-banner.jpg'; } ?>) no-repeat center / cover;"> </div>
<!-- /BANNER SECTION -->
<!-- CONTENT SECTION -->
<div class="services-section01 clearfix">
<div class="container">
<h2><?php the_title(); ?></h2>
<div class="row">
<div class="col-md-12">
<article>
<?php the_content(); ?>
</article>
</div>
</div>
</div>
</div>
<!--Footer start-->
<?php get_footer(); ?>
<?php include_once('commonJs.php'); ?>
</body>
</html>