您好,在index loop 3最新帖子中,我只想拍摄一点文字和第一张照片或youtube-问题是,因为我可以使用\\u摘录或使用get\\u post\\u meta来拍摄文字,要拍摄图片,我可以使用\\u post\\u缩略图,但我不知道如何让youtube作为电影播放器,它总是以文字的形式播放。。。
<div class="article-image">
<div class="opis-article">
<?php echo the_excerpt(); ?>
<div class="art-en"><h2><a href="<?php the_permalink(); ?>"><?php echo get_post_meta($post->ID, \'tytul-en\', true); ?></a></h2><p><?php echo get_post_meta($post->ID, \'en\', true); ?></p><span><a href="<?php the_permalink(); ?>">read more</a></span></div>
<div class="art-pl"><h2><a href="<?php the_permalink(); ?>"><?php echo get_post_meta($post->ID, \'tytul-pl\', true); ?></a></h2><p><?php echo get_post_meta($post->ID, \'pl\', true); ?></p><span><a href="<?php the_permalink(); ?>">czytaj więcej</a></span></div>
</div>
</div>
有什么想法吗?