h1 tagından önce eklemeyi dene.. Ayrıca bu tür konularda kodlarınızı eklerseniz diğer arkadaşlar inceleyip ona göre fikir beyan edebilir bu şekilde zor oluyor.
Ekledim ama gene site kayıyor tamamen kodları söyle ekleyeyim... İlgili kısmın kodları..
<div class="post-image">
<?php if ( get_post_meta($post->ID, "_videoembed", true) || get_post_meta($post->ID, "_videoembed_manual", true) ): ?>
<a class="post-frame-video <?php the_ID(); ?>" href="#video-<?php the_ID(); ?>" title="<?php the_title_attribute(); ?>"></a>
<?php else : ?>
<a class="post-frame <?php the_ID(); ?>" href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"></a>
<?php endif; ?>
<img src="<?php echo p75GetThumbnail($post->ID, '180', '135', ''); ?>" alt="<?php the_title_attribute(); ?>" />
</div>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?> Filmi"><?php the_short_title('', '...', true, '22') ?></a></h2>