EE 1.X used to have
{assign_variable:variable_name="{entry_id}"That seems to have been removed in EE2, and all I can find is
{preload_replace:variable_name="replacement"}However, that does not do what i need it for.
Inside my {exp:channel:entries} tag, i need to capture the {entry_id} for use outside of the {exp:channel:entries} tag. How can I accomplish this?
Doing this
{preload_replace:SavedEntryID="{entry_id}"}literally assigns the text {entry_id} to the variables value. Instead of {entry_id}‘s value.