Confusion with PASS
-
I have the following:
<script>
var inDate;
var issue = “”;
.
.
.
issue = inDate.format(‘YYYYMMDD’);
</script>the issue is set to something like 20160301. I want to pass that into the loop so I have:
[pass global=issue]
[loop type=post field=date value={FIELD} paged=6]
[/loop]
[/pass]It isn’t working as I thought – nothing comes through.
Any assistance/guidance would be greatly appreciated. Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Confusion with PASS’ is closed to new replies.