Videoları direk ekliyorsan
<textarea rows="1" cols="60">
<?php the_content(); ?>
<p><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a>
</textarea>
Özel alan kullanıyorsan
<textarea rows="1" cols="60">
<?php $yazim= get_post_meta($post->ID, "video", true); if ($yazim!="") { ?><?php echo ($yazim); ?> <?php } else { ?> <?php } ?>
<p><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a>
</textarea>
özel php ile oynatıyorsan videolarını
iframe içerisinde vermen daha güzel olur.
örnek
<iframe width="560" height="315" src="//www.youtube.com/embed/ijSBsytxduA" frameborder="0">
<p><a href="sitem">linkim</a></p></iframe>