ben fazla bekleyemedim erkenden bn yapim dedim:P
şimdi single.php yi aşağıdaki kodlarla değiştirin??
avantajlarınız;
1. mp3 linki vererek dinletebileceksiniz
2. flv mp4 linki vererek dinletebileceksiniz
3. youtube linkini vererek dinletebileceksiniz
tabi player boyutlarını ayarlayarak bunu video olarakda yapabilirsiniz kodlar aşağıdadır güle güle kullanın=)
<?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>
</div>
<div class="playercan">
<?php
$mp3 = get_post_meta($post->ID,'mp3', true);
$dailymotion = get_post_meta($post->ID,'dailymotion', true);
if($mp3 != "") { ?>
<object type="application/x-shockwave-flash" data="<?php bloginfo('template_url'); ?>/player/player.swf?mp3=<? echo strtolower($mp3); ?>" width="200" height="20" id="dewplayer"><param name="wmode" value="transparent" /><param name="movie" value="<?php bloginfo('template_url'); ?>/player/player.swf?mp3=<? echo strtolower($mp3); ?>" /></object>
<?php } elseif($mp3 == "" && $dailymotion != "") { ?>
<iframe id="player" scrolling="no" allowtransparency="true" style="border:0;background-color:transparent;width:480px;height:25px" src="http://faceindir.fobidik.com/player.php?w=<?php echo $dailymotion; ?>&related=0" type="application/x-shockwave-flash" width="480" height="25"> </iframe>
<br/><P style="MARGIN: 0px"><A href="http://faceindir.fobidik.com/indir.php?w=<?php echo $dailymotion; ?>"><IMG src="http://img.fobidik.com/images/indirtyt.png" border=0></A></P>
<?php }else{ ?>
Henüz Bir Şarkı Yüklenmemiş
<?php } ?>
</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(); ?>ve halen v2 yi bekliyoruz.. eline sağlık çok güzel tema yapmışsın=)
not: ekleme mantığı aynıdır