'; //load image if(has_post_thumbnail(get_the_ID())){ the_post_thumbnail('full'); }else{ if ( current_user_can( 'publish_posts' ) ) { 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!','boss').'

'; } } print '
'; //display page content if has any if(!empty($post->post_content)){ print '
'; //page content print '
'; if (have_posts()) : print '
'; while ( have_posts() ) : the_post(); the_content(); wp_link_pages( array( 'before' => '' ) ); endwhile; print '
'; endif; print '
'; print '
'; } get_footer(); ?>