Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

anasayfa

// Set content width value based on the theme's design
if ( ! isset( $content_width ) )
	$content_width = 1064;

// Register Theme Features
function mediaplan()  {

	// Add theme support for Featured Images
	add_theme_support( 'post-thumbnails' );
}
add_action( 'after_setup_theme', 'mediaplan' );