>
', '' ); else : the_title( '

', '

' ); endif; if ( 'post' === get_post_type() ) : ?>
', '', false ) ) ) ); if ( in_array( get_post_format(), array( 'audio', 'video' ), true ) ) { $media = get_media_embedded_in_content( $main_content, array( 'audio', 'video', 'object', 'embed', 'iframe', ) ); $main_content = str_replace( $media, '', $main_content ); } echo $main_content; /* WPCS: xss ok. */ wp_link_pages( array( 'before' => '', 'link_before' => '', 'link_after' => '', ) ); ?>