Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    Hello,

    The [loop] shortcode gets posts ordered by date, by default. So, to display the title and excerpt of the latest post, something like this should work:

    [loop type="post" count="1"]
      [field title] - [field excerpt]
    [/loop]

    For displaying the post date, adjusting excerpt length, adding a “read more” link, etc., please refer to the documentation in the Content section.

    Thread Starter Ellski

    (@ellski)

    Thank you, Eliot!
    That was exactly what I needed!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Display only latest post’ is closed to new replies.