I am Customizing “nictitate” Theme.
I start a wordPress Theme Customization, I use featured image various post in my theme,In a page “contact Us” I want to add image. I can add statically image under a div in this page.But i wan to add featured image in this div / In this section,Which will work dynamically.Now how can i call this featured image in this div………..?????????
Is this code effective?
<?php if ( has_post_thumbnail() ) :
$thumbnail_id = get_post_thumbnail_id();
$image_size = ( $layout_id == ‘page-fullwidth’ ) ? ‘kopa-image-size-9’ : ‘kopa-image-size-0’;
$thumbnail = wp_get_attachment_image_src( $thumbnail_id, $image_size );
?>