I have now a function to make the size of the thumbnail:
if (function_exists('add_theme_support')) {
add_theme_support('post-thumbnails');
set_post_thumbnail_size(200,112);
}
I would like to make the value of title="" as the post title.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Welcome to SO. If this answer helps you don’t forget accept it as correct.
or
OBS: “Set Thumbnail” is now called “Featured Image” in the dashboard
enjoy it!