I am working on a custom theme... my question is how do I add a list of the 5 most recent articles into the theme's template, such as the sidebar.php file?
thanks!
I am working on a custom theme... my question is how do I add a list of the 5 most recent articles into the theme's template, such as the sidebar.php file?
thanks!
i got it, looks something like this:
<?php wp_get_archives('type=postbypost&limit=15'); ?>
This topic has been closed to new replies.