'; //load slider item if(has_post_thumbnail(get_the_ID())){ $src = wp_get_attachment_image_src( get_post_thumbnail_id(get_the_ID()), 'full' ); print '
'; }else{ print '

'.__('Please set a featured image for this page to display an image here!
Try to keep its file size below 350kbyte for faster loading!','princess').'

'; } print ' '; get_footer(); ?>