I am doing some coding for a template, but the code needs to be ran in certain sections, or after a certain section.
As i can count the sections, but i cant get the code to run based on it?
Like, if i try to run "if count > 2" it will run the code based on if count is greater than 2, which it is that is not what i am after
I want something like
For each Section > 2
code
code
code
next
Bookmarks