ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Hot to display only the second entry from the weblog?

January 16, 2009 6:02pm

Subscribe [3]
  • #1 / Jan 16, 2009 6:02pm

    SoHo

    1 posts

    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

    Ingmar

    29245 posts

    {exp:weblog:entries weblog="news" limit="1" offset="1"} 
    {title}
    {/exp:weblog:entries}

    😊

  • #3 / Jan 16, 2009 6:24pm

    grrramps

    2219 posts

    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.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases