how to set a FIXED size to the post thumbails ?
-
Hello friends,
I want to know the code used to fix the size of thumbails …
this is the thumbail code
<?php if ( has_post_thumbnail()) : ?> <a href="<?php the_permalink() ?>"><?php the_post_thumbnail();?></a> <?php endif; ?>
Let’s set the size 150 x 120 for example
thanks
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘how to set a FIXED size to the post thumbails ?’ is closed to new replies.