Şimdi siteye özel yapmaktansa şöyle yapmak çok daya iyi olacaktır
<?php get_header(); ?>
<div class="siralasekerim">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="icineal">
<div class="mp3can">
<h2><?php the_title(); ?></h2>
<p class="topMeta">by <?php the_author_posts_link(); ?> on <?php the_time('M.d, Y') ?>, under <?php the_category(', '); ?></p>
<div class="topContent"><?php the_content('(continue reading...)'); ?>
</div>
<div class="playercan">
<object type="application/x-shockwave-flash" data="<?php bloginfo('template_url'); ?>/player/player.swf?mp3=<?php echo get_post_meta($post->ID, 'mp3', true); ?>" width="200" height="20" id="dewplayer"><param name="wmode" value="transparent" /><param name="movie" value="<?php bloginfo('template_url'); ?>/player/player.swf?mp3=<?php echo get_post_meta($post->ID, 'mp3', true); ?>" /></object>
</div>
<div class="etican">
Etiketler: <?php the_tags('') ?>
</div>
<div class="temizle"></div>
</div>
<div class="icineal">
<div class="paylas">
Bu şarkı <?php the_category(',') ?> adlı şarkıcıya ait olup <?php if(function_exists('the_views')) { the_views(); } ?> kez dinlenmiştir.
</div>
<div class="temizle"></div>
</div>
<div class="yorum"> <?php comments_template(); ?>
</div>
<?php endwhile; else: ?>
<?php endif; ?>
</div>
<?php get_footer(); ?>Bu sayede Yeni yazı eklerken HTML bölümünden Embedded kodunu eklediğimizde her siteden video çekebileceksiniz....