Im getting stuck passing a variable from one weblog:entries loop to another. I have a “featured” section where 2 featured items are displayed, then below it I want to show everything else EXCEPT the featured items (so the parameter of entry_id would be “not (featured#1)|(features#2)”.)
I have been trying using assign_variable and using PHP on the input and output, and haven’t been having any luck. When I assign anything {entry_id}, it just passes “{entry_id}” when it’s outside of its native weblog:entries loop.
I might be missing out on something simple here, any ideas?