s.a şöyle bişi yapa bilirsin index.php yada homa.php hangisi varsa sende uygun bi yere yapıştır kodu
<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>
styles.css nede Şunu yapıştır
#duyurular {width: 633px; height: 50px; background: url(images/duyurular.png) no-repeat; overflow: hidden; }
images klasörünede şunu at
TIKLA