Select one entry from CActiveDataProvider

Hi all,

I’m trying to code the following layout (attached)

From the top:

  • Ad block + First post

  • tag widget

  • Ad block + Menu/Sitemap + Post loop (start from 2nd post)

Inside Post controller I’ve added CActiveDataProvider to pass all posts and pagination to the index view.

I’ve no idea how to code this layout inside view. If I use CListView I can add

  • tag widget

  • Ad block + Menu/Sitemap + Post loop (using renderPartial)

but how can I display the First Post and start CListView loop from the second?

I’m stuck over here, please help!