Display archive posts except last three
-
I want to display my archive links in two parts: The last three posts on top of my sidebar, the rest of the posts more lower in the sidebar.
Calling wp_get_archives for the last three posts is no problem:
<?php wp_get_archives('type=postbypost&limit=3'); ?>
However, when reading The list of parameters for wp_get_archives I don’t see a parameter to specify which posts to exclude , or where to start displaying past posts.
Is there anyone who knows how to do this ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display archive posts except last three’ is closed to new replies.