skip the latest wordpress posts in wp_get_archives()

hco

New Member
In my sidebar, I show a list of the latest wordpress posts like this: wp_get_archives('type=postbypost&limit=10');This will also show links to the posts that are currently visible on the front page of my blog. It makes no sense to include those posts in the list if they are visible on the home page.In the codex, I could not find an option to exclude the posts that are on the front page.How do I do that?
 
Back
Top