kodlar:
<h3><?php echo get_cat_name( fs_get_option("fs_uc1") ); ?></h3>
<ul>
<?php
wp_reset_query();
query_posts('showposts=5&cat='.fs_get_option("fs_uc1"));
while ( have_posts() ) : the_post();
?>
<li>
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
</li>
<?php endwhile; ?>
</ul>
<a href="<?php echo get_category_link( fs_get_option("fs_uc1") ); ?>" class="more">Tümü</a>