我试图只在主页的标题中显示一段视频,但很难找出正确的代码。这是视频标签的代码,似乎工作正常
if ( is_home() ) { ?> <video id="example_video_1" class="video-js vjs-default-skin"
controls preload="auto" width="1278" height="720"
poster="https://imagestocksg.s3.amazonaws.com/preview/homepage-poster-test.jpg"
data-setup=\'{"example_option":true}\'>
<source src="https://imagestocksg.s3.amazonaws.com/preview/homepage-video-test.mp4"
type=\'video/mp4\' />
</video>
<?php }
如何使用条件if(is\\u home()标记使其工作?