diff -r cf61fcea0001 -r c7c34916027a wp/wp-content/themes/twentyseventeen/template-parts/post/content-video.php --- a/wp/wp-content/themes/twentyseventeen/template-parts/post/content-video.php Mon Oct 14 17:39:30 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,103 +0,0 @@ - - -
> - 'thumb-tack' ) ); - } - ?> -
- '; - if ( is_single() ) { - twentyseventeen_posted_on(); - } else { - echo twentyseventeen_time_link(); - twentyseventeen_edit_link(); - } - echo ''; - }; - - if ( is_single() ) { - the_title( '

', '

' ); - } elseif ( is_front_page() && is_home() ) { - the_title( '

', '

' ); - } else { - the_title( '

', '

' ); - } - ?> -
- - - - -
- - - -
- - -
- - '; - echo $video_html; - echo '
'; - } - }; - - }; - - 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' => '', - 'link_before' => '', - 'link_after' => '', - ) ); - }; - ?> - - - - - -