add spavochniki and rfo
This commit is contained in:
@@ -21,7 +21,7 @@ $partners = new WP_Query([
|
||||
$partners->the_post();
|
||||
?>
|
||||
<a href="<?= get_permalink(); ?>" class="partner-item">
|
||||
<div>
|
||||
<div class="partner-logo">
|
||||
<?if ( has_post_thumbnail() ) {
|
||||
the_post_thumbnail( 'thumbnail' ); // Это выведет самую маленькую превьюшку
|
||||
}?>
|
||||
|
||||
Reference in New Issue
Block a user