correct play icons and eng menu

This commit is contained in:
arlemp@selectel.ru
2021-12-25 00:10:28 +03:00
parent bdc408057f
commit e467080e6e
8 changed files with 60 additions and 27 deletions

View File

@@ -17,7 +17,11 @@ if ( $q->have_posts() ) :
<?if ( has_post_thumbnail() ) :?>
<div class="card-img-top">
<a href="<?the_permalink();?>"><img src="<?php echo get_the_post_thumbnail_url(null, 'full'); ?>" alt="<?the_title();?>"></a>
<a href="<?the_permalink();?>"><img src="<?php echo get_the_post_thumbnail_url(null, 'full'); ?>" alt="<?the_title();?>">
<?if( has_tag( 'видео' ) ):?>
<span class="play-card"></span>
<?endif?>
</a>
</div>
<?endif?>