File: /home/qirgxuo4hkuv/public_html/shovago.com/wp-content/themes/ShovaGo copy/page-templates/blog.php
<?php /* Template Name: المدونة */
get_header();
$hayber = get_template_directory_uri().'/assets/img/myhot-hayber.png';
?>
<div id="pageHeader" class="pd--80-0 ihead animationContainer" style="padding-top: 105px;">
<div class="container">
<img class="animated dots3" src="<?php echo $hayber; ?>">
<img class="icons icon18" src="<?php echo $hayber; ?>">
<img class="icons icon19" src="<?php echo $hayber; ?>">
<img class="icons icon20" src="<?php echo $hayber; ?>">
<img class="icons icon21" src="<?php echo $hayber; ?>">
<div class="page-header--title pull-left page-header-rtl catproducts">
<h1 class="h1"><?php the_title(); ?></h1>
</div>
</div>
</div>
<div id="contact">
<div class="contact--info pd--100-0-40">
<div class="container">
<div class="section--title text-center contact">
<h2 class="h2"><?php the_title(); ?></h2>
<div class="fdash titles"></div>
</div>
</div>
</div>
<div class="contact--form">
<div class="contact--form-wrapper">
<div class="container">
<div class="row">
<?php
$args = array( 'post_type' => 'post' );
$loop = new WP_Query( $args );
if ( $loop->have_posts() ) {
while ( $loop->have_posts() ) : $loop->the_post();
echo "<div class='col-md-4'>";
get_template_part( 'content', 'post' );
echo "</div>";
endwhile;
} wp_reset_postdata();
?>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>