Hi, I want to show the last 3 posts (with headline, one text-line, date and autor) in the sidebar
with this funktion we only can see the headline from the post.
<?php get_archives('postbypost', '3', 'custom', '', '
'); ?>
Can someone help me?
Thanks.