"%s"', 'calibration' ), array('span' => array( 'class' => array() ) ) ), get_the_title() ) );
endswitch;
else :
the_content();
endif;
if ( is_singular() ) :
wp_link_pages( array(
'before' => '
' . esc_html__( 'Pages:', 'calibration' ),
'after' => '
',
'link_before' => '
',
'link_after' => ''
) );
endif;
?>