Thursday 17 July 2014

how to set new post thumbnail size in wordpress

<?php
//how to  set new post thumbnail size in wordpress

// set any size with your requirement  for the  thumbnail image

// add this code into your functions.php file

set_post_thumbnail_size( 210, 210, true );

?>

No comments :

Post a Comment

Freelance Jobs