Buyur hocam eski temanın istediğin dosyaları..

functions.php
<?php
if ( function_exists('register_sidebar') )
    register_sidebar();

/** title limit **/
function the_title_limit($max_char, $more_link_text = '(more...)', $stripteaser = 0, $more_file = '') {
    $title = get_the_title($more_link_text, $stripteaser, $more_file);
    $title = apply_filters('the_title', $title);
    $title = str_replace(']]>', ']]&gt;', $title);

   if (strlen($_GET['span']) > 0) {
      echo $title;
   }
   else if ((strlen($title)>$max_char) && ($espacio = strpos($title, " ", $max_char ))) {
        $title = substr($title, 0, $espacio);
        $title = $title;
        echo $title;
        echo "<a href='";
        the_permalink();
        echo "'></a>";
/*        echo "<br><br>";    BR KOYMAK IÇIN ALT SATIR*/  
        echo "<a href='";
        the_permalink();
        echo "'>".$more_link_text."</a></span>";
   }
   else {
      echo $title;
   }
}
?>
İndex.php
<?php get_header(); ?>
<div id="videoon1">
<div style="margin-left:-3px;">
<div id="video">
<table width="100%" border="0" cellspacing="1" cellpadding="3">
  <tr>
    <td valign="top">
	<div id="gunvideo">
	<?php include (TEMPLATEPATH . "/GununVideosu.php"); ?>
	</div>
	</td>
    <td valign="top"><div id="top_videos">
	<img src="<?php bloginfo('stylesheet_directory'); ?>/images/yukar55.gif">
	<br /><br /><br />
	<?php include (TEMPLATEPATH . "/top5.php"); ?></div>
	</div></td>
  </tr>
</table></div>
</div></div>


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

	
<div id="videoon3">

<table width="100%" border="0" cellspacing="1" cellpadding="3">
 <tr><img src="<?php bloginfo('stylesheet_directory'); ?>/images/16.png">
<div id="videoon4"><center><?php include (TEMPLATEPATH . "/reklam728x90.php"); ?></center></div>
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/18.png">
<td valign="top">

<?php query_posts((array('orderby' => 'rand', 'showposts' => 18)));?>
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>


    
<div class="box12">
<div class="box12img">
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" class="transparentt" ><?php resim_cagir(0, "/wp-content/themes/yokya/images/resimyok.jpg", "post-img");?></a></div>
        
        

<div class="text150"><?php the_title_limit(20, ""); ?>..</div><div class="text151"><br>Kaynak: <?php if (function_exists('videoimager1')) { videoimager1(); } ?><br />Kategori:<?php the_category(', ') ?><br>
<?php sayfa_sayac(1, 1, 1, 1, 0, ' ', '','   ', '', '') ; ?>
    
    </div>
</div>
</div>
<?php endwhile; ?>


<?php else : ?>

<br />


	 <?php endif; ?> 
	
	</td>
    
  </tr>
</table>
<div style="text-align: justify; PADDING: 10px; BORDER: 1px dashed #000; background: #81F7F3;"align="left"> Etiketler: <?php wp_tag_cloud('smallest=7&largest=7&number=47&orderby=count'); ?></div></div>
<div style="margin-left:-10px;">
<?php include (TEMPLATEPATH . '/altfoot.php'); ?></div>
</div></div></div>

<div id="footer">

<!-- Alt kısımda (footer) bulunan linkleri silmeyiniz -->

 <p>

&copy; 2007-2010 <?php bloginfo('name'); ?> powered by <a href="http://www.wordpress.org" title="wordpress"> WordPress</a> | Theme by <a href="http://www.yokya.net" title="yokya.net">Yokya</a></p>
Sitede bulunan videolardan site yonetimi sorumlu degildir.<br>
Videolar Youtube, Dailymotion ,Yahoo ve izlesene gibi sitelerde barinmaktadir veya uyelerimizin gonderdigi videolardan olusmaktadir.<br>
<!-- Sayyac counter START v4.3 -->
<script type="text/javascript">
<!--
document.write(unescape("%3Cscript src='" + (("https:" == document.location.protocol) ? "https://" : "http://")
 + "srv.sayyac.net/sa.js?_salogin=golvideoo&_sav=4.3' type='text/javascript'%3E%3C/script%3E"));
//-->
</script>
<script type="text/javascript">
<!--
sayyac.track('golvideoo','srv.sayyac.net');
//-->
</script>
<noscript><a href="http://www.sayyac.com/" title=""><img src="http://srv.sayyac.net/sa.gif?_salogin=golvideoo&amp;_sav=4.3" border="0" alt="" /></a></noscript>
<!-- Sayyac counter END v4.3 -->


<center><?php include (TEMPLATEPATH . "/sayyac.php"); ?><br /><br />

</center>
<?php wp_footer(); ?>
</div> <!-- /footer -->
</body>
</html>