
Siteye gitmek için tıklayın
4
●3.113

<div id="duyurular">
<div id="duyuruic">
<marquee onmouseover="this.stop();" onmouseout="this.start();">
<?php
$sayi = fs_get_option('fs_duyurular2');
$kat = get_cat_id(fs_get_option('fs_duyurular'));
$recent = new WP_Query("showposts=".$sayi."&cat=".$kat.""); while($recent->have_posts()) : $recent->the_post();?>
<a href="<?php the_permalink() ?>"> • <?php the_title(); ?> </a>
<?php endwhile; ?>
</marquee></div>
<a href="<?php echo get_category_link(''.$kat.''); ?>" class="duyuruileri"></a>
</div>#duyurular {width: 633px; height: 50px; background: url(images/duyurular.png) no-repeat; overflow: hidden; }