0byt3m1n1
Path:
/
data
/
21
/
3
/
125
/
28
/
3125354
/
user
/
3486433
/
htdocs
/
wp-content
/
themes
/
carre
/
[
Home
]
File: blog.php
<!-- Post --> <!--single blog post --> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <?php if ( has_post_thumbnail() ):?> <div class="single_faq"> <?php the_post_thumbnail();?> </div> <?php endif;?> <div class="blog_date"> <h2><?php echo get_the_date('d');?><br /> <span><?php echo get_the_date('M');?></span></h2> </div> <div class="date_details_blog"> <h2><a href="<?php echo esc_url(get_permalink(get_the_id()));?>"><?php the_title();?></a></h2> <div class="details_comment"> <p><span><i class="flaticon-connection28"></i></span><?php echo get_the_date('F d, Y')?> </p> </div> <div class="details_comment details_space"> <p><span><i class="flaticon-speech117"></i></span><?php comments_number( '0', '1', '%' ); ?><?php esc_html_e('comments', 'carre');?> </p> </div> </div> <div class="single_faq_details"> <p><?php the_content();?></p> <a href="<?php echo esc_url(get_permalink(get_the_id()));?>"> Read More <i class="flaticon-right11"></i></a> </div> </div> <div class="div_border_blog"> <hr /> <hr /> </div>