埋め込み動画が自動再生の場合の表示を変更


$f_autoplay= types_render_field("autoplay", array());
if ( !is_single() && $f_autoplay ) :
	$f_permalink= esc_url( get_permalink() );
	echo "<a href='$f_permalink'>View Autoplay Embedded Data »</a>";
else :
the_content( sprintf(
	__( 'Continue reading %s', 'twentyfifteen' ),
	the_title( '', '', false )
) );
endif;

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です