get_page_by_path( $page_path, $output, $post_type ); Click
if (has_post_thumbnail( $post->ID )){
$image = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'full');
$image_src = $image[0];
}
wp_nav_menu( array('theme_location' => 'primary',
'menu_class' => 'primary-menu',
) );
Click Click