Hi -
I’m embedding a template twice in different places with different embed variables (e.g. ‘limit’) each time.
The template then outputs the embed variables (for debugging purposes, and then uses them like this:
{exp:channel:entries limit="embed:limit"} ....{/exp:channel:entries}Weirdly, the output value is as I expect (10 in one place 2 in another).
However the number of items retrieved in both exp:channel:entries tagpair, is 2.
This feels like a bug, or am I using embeds in an unexpected way?