Manşet Kodları ise aşağıda
<div class="anasayfa-manset t">
<div class="degisen">
<?php
query_posts('cat='.$manset_kat.'&showposts=10');
while ( have_posts() ) : the_post();
$manset_say++;
?>
<div class="ic" data-id="<?php echo $manset_say; ?>" data-link="<?php the_permalink(); ?>">
<?php resim(640,300); ?>
<div class="detay">
<h2><a href=" <?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<span>
<a href=" <?php the_permalink(); ?>"><?php the_excerpt(); ?> </a>
</span>
</div>
</div>
<?php endwhile;wp_reset_query(); ?>
</div>
<div class="tem"></div>
<ul class="sayfalar t">
<?php
query_posts('cat='.$manset_kat.'&showposts=10');
while ( have_posts() ) : the_post();
$manset_say_li++;
?>
<li><a href="<?php the_permalink(); ?>"><?php echo $manset_say_li; ?></a></li>
<?php endwhile;wp_reset_query(); ?>
</ul>
</div><!--/anasayfa-manset-->