>
'pinned' ) );
endif;
?>
';
echo $video_html;
echo '
';
}
endif;
endif;
if ( is_single() || empty( $video ) ) :
/* translators: %s: Name of current post */
the_content( sprintf(
__( 'Continue reading "%s"', 'twentyseventeen' ),
get_the_title()
) );
wp_link_pages( array(
'before' => '' . __( 'Pages:', 'twentyseventeen' ),
'after' => '
',
'link_before' => '',
'link_after' => '',
) );
endif; ?>