Hi, I know that if I want to display only the first entry I can use this tag:
{exp:weblog:entries weblog="news" limit="1"}
{title}
{/exp:weblog:entries}But how do I display only the second entry from a weblog?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
January 16, 2009 6:02pm
Subscribe [3]#1 / Jan 16, 2009 6:02pm
Hi, I know that if I want to display only the first entry I can use this tag:
{exp:weblog:entries weblog="news" limit="1"}
{title}
{/exp:weblog:entries}But how do I display only the second entry from a weblog?
#2 / Jan 16, 2009 6:10pm
{exp:weblog:entries weblog="news" limit="1" offset="1"}
{title}
{/exp:weblog:entries}😊
#3 / Jan 16, 2009 6:24pm
You can also string those tags together to display the first, fifth, whatevereth, AND put entries horizontal instead of vertical ala this ancient implementation, which blends offset with direct links to entries in the Forums.