Videoları Göstermiyor Bende Video Beyaz Olarak Kalıyor :S
single.php dosyasının içindekileri vereceğim kodlarla değiştirirsen işini görebilir.
yinede eskisinin yedeğini al bunu beğenmezsen tekrar eski haline dönersin.
Alıntı
<?php get_header(); ?>
<div class="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="postinfo">
<h1 class="title"><?php the_title(); ?></h1> </div> <div class="post">
<p><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"></a></p>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<div class="ratings"><?php if(function_exists('the_ratings')) { the_ratings(); } ?></div>
<div class="author"><b>Ekleyen:</b> <?php the_author() ?> <b>on</b> <?php the_time('F jS, Y') ?> </div>
<div class="author"><b>Kategori:</b> <?php the_category(', ') ?></div>
<div class="author"><b>Etiketler:</b><?php the_tags(' ', ', '); ?></div>
<?php comments_template(); ?> </div> <div class="postbottom"> </div>
<?php endwhile; else: ?>
<h1 class="title">Bulunamadı</h1>
<div class="postinfo">
</div>
<div class="post">
<p>Üzgünüz ,aradığınız şey bulunamadı.</p>
</div>
<div class="postbottom">
</div>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>