All WordPress snippets
WordPress

Enable Featured Images (Post Thumbnails)

Turns on theme support for featured images — required before the Featured Image box will even appear in the editor.

php
/**
 * Support featured images
 */
add_theme_support( 'post-thumbnails' );
Want your own copy? Fork this repo and build your own snippet collection. Fork on GitHub →