deneme
<?php query_posts(‘showposts=10′); ?>
<?php while (have_posts()) : the_post(); ?>
<a href=”<?php the_permalink() ?>” title=”<?php the_title(); ?>”>
<?php the_title(); ?></a>
<?php endwhile;?>
<?php query_posts(‘showposts=10′); ?>
<?php while (have_posts()) : the_post(); ?>
<a href=”<?php the_permalink() ?>” title=”<?php the_title(); ?>”>
<?php the_title(); ?></a>
<?php endwhile;?>