InterviewSolution
Saved Bookmarks
| 1. |
How to add your custom image size for the featured image in WordPress? |
|
Answer» The following STEPS need to USE in order to customize image SIZES in the CSM WordPress. Edit your EXISTING theme’s funcation.php file and add the following code add_image_size( 'image_size_name', 1000, 590 ); |
|