Reply To: Featured Image Default Size on Single Post

Home Forums Support Featured Image Default Size on Single Post Reply To: Featured Image Default Size on Single Post

Home Forums Support Featured Image Default Size on Single Post Reply To: Featured Image Default Size on Single Post

#233714
Thierry

Hello,

I have the same problem, how i can do now ?

With GP hook and this code ?

<?php
if ( has_post_thumbnail() ) {
the_post_thumbnail(‘medium’);
}
?>

but where i wirite this ?