";
if ( has_post_thumbnail() ) {
echo "
";
wp_link_pages( array(
'before' => '";
the_post_thumbnail('large');
echo "
";
}
echo "";
the_content();
echo "
";
echo "' . __( 'Pages:', 'spacious' ),
'after' => '
',
'link_before' => '',
'link_after' => ''
) );
?>