Current File : /home/quantums/durdanatariq.com/wp-content/themes/durdana/template-con.php |
<?php
/* Template Name: Consulting */
get_header();
?>
<?php
/* Start the Loop */
while ( have_posts() ) :
the_post();
$image = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'single-post-thumbnail' );
?>
<section class="featured-row">
<div class="container">
<div class="row">
<div class="inner-top-brand">
<img src="<?php echo get_template_directory_uri(); ?>/images/cropped-website41-1.png">
</div>
</div>
</div>
</section>
<?php the_content();?>
<?php
endwhile; // End of the loop.
?>
<?php
get_footer();