I have a static home page,
I'm wondering how do I display the most recent posts on the home page since it is static and recent posts don't show on home page
(I'm not looking to display recent posts in sidebar)
thank you
I have a static home page,
I'm wondering how do I display the most recent posts on the home page since it is static and recent posts don't show on home page
(I'm not looking to display recent posts in sidebar)
thank you
I figured out how to add recent posts on home page by using
<?php wp_get_archives('title_li=&type=postbypost&limit=10'); ?>
Now my question is how do I add an exerpt?
thank you
This topic has been closed to new replies.