I was hoping for some advice on the following.
On my homepage, I want to list all posts from all categories except one (category 11) and insert category 11 posts each third post.
e.g.
POST 1 (Post from category '2')
POST 2 (Post from category '7')
POST 3 (Post from '11')
POST 4 (Post from category '5')
POST 5 (Post from category '7')
POST 6 (Post from '11')
POST 7 (Post from category '7')
POST 8 (Post from category '1')
POST 9 (Post from '11')
It all needs to live within while posts for pagination etc.
Could someone advise on the best way to do this?