correct data

This commit is contained in:
2026-02-07 11:05:31 +03:00
parent 6ab9106be0
commit 09ef3e1d6d
12 changed files with 378 additions and 278 deletions

View File

@@ -42,9 +42,7 @@ if ( $random_posts ) {
<div class="pets-widget-maintitle"><a href="/pets">Питомцы</a></div>
<a href="<?php the_permalink(); ?>">
<?php if ( has_post_thumbnail() ) : ?>
<div>
<?php the_post_thumbnail('medium'); ?>
</div>
<?php the_post_thumbnail('medium'); ?>
<?php endif; ?>
<h3 class="pets-widget-title"><?php the_title(); ?></h3>
</a>