0byt3m1n1
Path:
/
data
/
40
/
5
/
122
/
64
/
5448064
/
user
/
6519071
/
htdocs
/
ar
/
wp-content
/
themes
/
trendtheme
/
[
Home
]
File: single.php
<?php get_header(); $updated_time = get_the_modified_time('j F Y , H:i'); $custom_content = '<time class="post-date post-date-updated updated'.$class.'" datetime="'.get_the_modified_date(DATE_W3C).'"> آخر تحديث: '. $updated_time.'</time>'; ?> <div class="trend-single row justify-content-center"> <div id="primary" class="content-area col-md-8 col-sm-12 pr-0"> <?php while (have_posts()): the_post();?> <section class="main-content clearfix box"> <div class="page-title"> <h1 class="post-title"> <?php the_title();?></h1> <div class="conteneur_barre_outils"> <div class="bloc_signature"> <span class="time"><?php echo $custom_content;?></span> </div> </div> </div> <?php if (has_post_thumbnail()) { ?><div class="featured-area"><?php the_post_thumbnail('bgslide-thumb');?> </div><?php } ?> <div class="content_entry"> <?php the_content();?> <?php the_tags('<div class="post_tags">', ' ', '</div>');?> </div> </section> <?php endwhile;?> </div> <?php if(get_theme_mod('trendsidebaron', '')){get_sidebar();}?> <?php get_sidebar(); ?> </div> <?php get_footer();