add eng version

This commit is contained in:
arlemp@selectel.ru
2021-12-09 22:29:24 +03:00
parent aba07a8e1b
commit acde7f0e8b
9 changed files with 141 additions and 54 deletions

View File

@@ -33,7 +33,7 @@ $nn = 0;?>
<h2 class="main-card-title"><a href="<?the_permalink();?>"><?the_title();?></a></h2>
<div class="main-card-body">
<div class="main-card-text"><a href="<?the_permalink();?>"><?the_excerpt();?></a></div>
<div class="news_date"><?the_time('j F Y, G:i');?></div>
<div class="news_date"><?echo mysql2date( 'j F Y, H:i', $post->post_date, false );?></div>
</div>
</div>
@@ -54,7 +54,7 @@ $nn = 0;?>
<?endif?>
<h2 class="mini-card-title"><a href="<?the_permalink();?>"><?the_title();?></a></h2>
<div class="mini-card-body">
<div class="news_date"><?the_time('j F Y, G:i');?></div>
<div class="news_date"><?echo mysql2date( 'j F Y, H:i', $post->post_date, false );?></div>
</div>
</div>