moread and yest

This commit is contained in:
arlemp@selectel.ru
2021-11-11 23:15:08 +03:00
parent 6ecfa0549a
commit 00e5dd181a
6 changed files with 9 additions and 6 deletions

View File

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