• Hello, I’m messing up with multiple loops. In fact i want to get a list of posts – in this fashion:

    <ul>
    <li>
    post 8
    post 7
    post 6
    post 5
    </li>
    <li>
    post 4
    post 3
    post 2
    post 1
    </li>
    </ul>`

    Can somebody can help me to achieve this?</ul>

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

The topic ‘nested loop with two list items and offset posts’ is closed to new replies.