add spavochniki and rfo

This commit is contained in:
argoexpert press
2025-05-26 19:33:14 +03:00
parent 569c838c47
commit f2d7deeedf
10 changed files with 500 additions and 7 deletions

View File

@@ -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' ); // Это выведет самую маленькую превьюшку
}?>