I am creating a page where the blog page with the latest posts should have a special layout.
Here is a sketch of how the layout should look like:
The last post (blue box) should be displayed in full width and slightly different image text placement.
The following ones with the remaining posts (green boxes) will be displayed smaller.
I have divided these areas (blue and green) into their own sections. So the blue section receives loopers and also the green one.
With enough posts, these will be divided on several pages. But really only the very last one, the one on page 1, should be displayed in full width (blue box).
I use the following condition (which works as expected) to hide the full width section on other pages:
The whole works so far except for the fact that 2 Looper consumers are active on page 1 and in the green line thus the last message is displayed 2 times (One time in the blue, and one time in the green box)!
I have tried to intercept this with this condition in the green looper consumer:
However, the “Before News #1” is now displayed twice instead of skipping the first one!
Any solution suggestion?
Kind regards