I created a page with 2 blog shortcodes. The first to display the last post with a large thumb and the second to display the other posts. That page display only only one categorie (different from the "blog" page).
Here's the code :
[blog_list thumb="large" showposts="1" post_content="excerpt" category_in="4"][blog_grid column="2" showposts="10" post_content="excerpt" offset="1" category_in="4" pagination="true" disable="meta"]
The problems I have :
- Not displaying all the posts of the categorie, only the first 10. The "missing" posts can be view on the archive page of that categorie. It's as if the limit of post to show per page was the absolut limit.
- The pagination not working. It shows 4 pages (5 pages of post for the archive page of the same categorie) but on each page it display the same posts.
Here's a link : http://miio.org/sofar/aiguilles-ciseaux
Thanks !













