isousluer adlı üyeden alıntı: mesajı görüntüle
eğer daha güzel ve sade video temaları önerirseniz onları uyarlayabilirim.
BU konudaki temaya uyarlamayı düşünüyorum hocam.single" de playeri tam olarak nereye ekleyebiliriz?

Single.php:
<?php get_header(); ?>

<?php get_sidebar(); ?>

<div id="main">

<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

	

<div class="nerdeyim">	

<div class="reklamlar">		

<b>Nerdeyim : <a href="<?php echo get_option('home'); ?>/">Anasayfa</a> > <?php the_category(', ') ?> > <?php the_title(); ?></b>



	</div></div>

	

	<?php include (TEMPLATEPATH . "/yazi.php");?>

<div class="icerik">

		<div class="ust"><span></span></div>

<?php

$onceki = get_previous_post();

$sonraki = get_next_post();

?>	

<div class="navigation" >



<? if($onceki){?>



<div class="alignleft">

<div class="navpost_previous"><?php echo'<a href="'.get_permalink($onceki->ID) . '" title="'.$onceki->post_title.'">';?><img src="<?php bloginfo('template_directory'); ?>/images/geri.png" width="40" height="40" style="border:0px;" alt="Önceki Yazı" /></a></div>

<div class="navpost_previous_left"><?php echo '<a href="'.get_permalink($onceki->ID) . '" title="'.$onceki->post_title.'">'; ?><?php echo mb_substr($onceki->post_title,0,30,'UTF-8'); ?><?php echo " ...</a>"; ?>

<b><?php echo mysql2date(get_option('date_format'), $onceki->post_date) ;?></b>



</div></div>

	<?}?>		

			

			

<? if($sonraki){?>			

<div class="alignright">

<div class="navpost_previous_sag"><?php echo'<a href="'.get_permalink($sonraki->ID) . '" title="'.$sonraki->post_title.'">';?><img src="<?php bloginfo('template_directory'); ?>/images/ileri.png" width="40" height="40" style="border:0px;" alt="sonraki yazı" /></a></div>

<div class="navpost_previous_right"><?php echo '<a href="'.get_permalink($sonraki->ID) . '" title="'.$sonraki->post_title.'">'; ?><?php echo mb_substr($sonraki->post_title,0,30,'UTF-8'); ?><?php echo " ...</a>"; ?>

<b><?php echo mysql2date(get_option('date_format'), $sonraki->post_date) ;?></b>



</div></div>

	<?}?>			<p class="clearleft"></p>

		</div>

<div class="alt"><span></span></div>

			</div>

			







			

		<div class="icerik">

		<div class="ust"><span></span></div>		

<?php comments_template(); ?>

<div class="alt"><span></span></div>

</div>

<div class="icerik">

		<div class="ust"><span></span></div>	

<div align="center">		

<table border="0" width="550" id="table2" cellspacing="0" cellpadding="0" >

		<tr>

			<td >

			

			<h3><font color="#9EC630">Yazar Bilgileri</font></h3>

<div class="yazi"><b>



Bu Yazı <?php the_author_posts_link();?> Tarafından Yazıldı. Bu güne kadar toplam "<?php the_author_posts(); ?>" Tane Paylaşımda Bulundu. 

<br /><br /><i><?php the_author_description(''); ?></i>









</b></div>





			

			</td>

		</tr>

	</table>

	</div>

<div class="alt"><span></span></div>

</div>

<?php endwhile; else: ?>

<div class="liste">

<h1>Hi&ccedil;bir ilişkili yazı bulunamadı.</h1>

<h2>L&uuml;tfen tekrar deneyiniz. </h2>

</div>

<?php endif; ?>			

	</div>

<?php get_footer(); ?>