Correct Answer: add_theme_support('post-thumbnails');
Explanation:
Note: This Question is unanswered, help us to find answer for this one
WordPress Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More WordPress MCQ Questions
What is the query variable that holds the current page number to control page navigation?
Which WordPress function should you use to add a 'rel='nofollow' ' attribute to any link in an HTML string?
If you create a custom form with an email field, you can check if the submitted email is valid using the following WordPress function
What file doesn't contain the current WordPress version?
When using classes, what visibility level is needed in order for WordPress to call your functions after being hooked into an action?
While developing themes , writing ' @package WordPress ' in head comment section of the file is correct.
The 'page-{id}.php' comes before 'page-{slug}.php' in the template hierarchy for a page.
Using user_can() function, which capability will determine an administrator?
How to get current user ?
The function ______ displays the Featured Image (previously called Post Thumbnails) for the current post, as set in that post's edit screen.