• 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

Viewing 1 replies (of 1 total)
  • Thread Starter jdn605

    (@jdn605)

    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

Viewing 1 replies (of 1 total)
  • The topic ‘Display Recent Posts On Static Home Page’ is closed to new replies.