@Toto - Scuze, n-am citit cu atenție.
@Nichita - Dacă nu rezolvi cu pluginul, folosește această funcție:
Citat:
<?php
$args = array( 'numberposts' => 5, 'orderby' => 'DESC', 'post_status' => 'publish', 'offset' => 1);
$rand_posts = get_posts( $args );
foreach( $rand_posts as $post ) : ?>
<li><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?</a></li>
</p></li>
<?php endforeach; ?>

