%id% inside of a partial
I have this code inside of a each scoped file template...
%assetPath%/%id%_pagesafe.php
When this is placed into a partial, the %id%
is not correct.
- Expected:
files/stacks_in_1165_page1_pagesafe.php
- Actual:
files/stacks_in_p1169_n2_page1_pagesafe.php
It looks to be getting the ID from the partial? Just my guess.