delete adv
This commit is contained in:
@@ -21,8 +21,10 @@ $partners = new WP_Query([
|
||||
$partners->the_post();
|
||||
?>
|
||||
<a href="<?= get_permalink(); ?>" class="partner-item">
|
||||
<div class="partner-item__image-container">
|
||||
<?= show_post_image(); ?>
|
||||
<div>
|
||||
<?if ( has_post_thumbnail() ) {
|
||||
the_post_thumbnail( 'thumbnail' ); // Это выведет самую маленькую превьюшку
|
||||
}?>
|
||||
</div>
|
||||
<div class="partner-item__text-container">
|
||||
<p class="subtitle-16"><?= get_the_title(); ?></p>
|
||||
|
||||
Reference in New Issue
Block a user