changed equip thumbnail size
This commit is contained in:
parent
4bc3760e27
commit
fd85b2349a
|
@ -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';?>" />
|
||||
|
|
Loading…
Reference in New Issue