changed equip thumbnail size

This commit is contained in:
jorge-vitrubio 2022-09-12 10:36:23 +02:00
parent 4bc3760e27
commit fd85b2349a
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@
<?php endif; ?>
<?php if ( has_post_thumbnail() ) : ?>
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" >
<?php the_post_thumbnail('artists-thumb'); ?>
<?php //the_post_thumbnail('artists-thumb'); ?>
<?php the_post_thumbnail('thumbnail'); ?>
</a>
<?php else : ?>
<img class="noimatge gran" width="200" height="230" title="imatge no disponible" alt="imatge no disponible" src="<?php echo get_template_directory_uri() .'/images/noimatgegran.jpg';?>" />