Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はたくさんの検索を行い、残っている髪を引き抜いています. PHPコード自体は次のとおりです。
<?php echo wp_get_attachment_url($file->ID) ?>
...ショートコードは次のとおりです。[embed][/embed]
[embed][/embed]
「ショートコードを実行する」のあらゆる種類のバリエーションを試しましたが、うまくいきません。正しいコードを提案できますか?
WordPress (3.6 以降) にはaudioショートコードがあり、次のように動作するはずです。
audio
$mp3 = wp_get_attachment_url( $file->ID ); echo do_shortcode( '[audio src="' . $mp3 . '"]' );
詳細: https://codex.wordpress.org/Audio_Shortcode