ExpressionEngine Variable Transfer
Copy this code and paste it in your HTML
/* in template */
{exp:channel
:entries channel
="floor-plans" limit
="1"} {embed="includes/floorplan-header" global-slugginsons="{community-slug}"}
/* in include file */
{exp:channel
:entries channel
="communities" url_title
="{embed:global-slugginsons}" limit
="1" dynamic
="no"}
Report this snippet