while trying other stuff to get this working, i tried this:
{assign_variable:var_lessonid="{lessonid}"}
Lesson ID: {var_lessonid}
{reverse_related_entries orderby="itemsort"}
Lesson ID: {var_lessonid}
{/reverse_related_entries}as you can see, i set a variable to equal the value of the {lessonid} custom field. then i echoed that variable, opened a reverse_related_entries block and echoed it again.
the variable displays outside the block, but does not display inside.
why can’t i use variables inside a reverse related entries block that were defined outside of it?