<?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 );
?>
//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