Is there a parameter for a tag which allows only one post to be displayed?
  • I am trying to create a tag for a collection of posts which only displays one post per day. The intention is to have two posts: one which is being displayed and will have an expiry date of 00:00; and a second one, which will fall into place once the first expires. Everything is set up except being to able to display only one post rather than all of them on the page.

    Does anyone know if this is possible, and if so, how?

    Thanks,
    Jamie

  • 2 Answers sorted by
  • You could try the limit attribute. e.g.
    <v:collection path="blog" limit="1">

  • Thanks scott - works perfectly

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

In this Discussion