Transcribe and Low Events not parsing date
I am using transcribe and low events. Using the transcribe id tag and for some reason its not parsing the date range
{exp:transcribe:entries site="default_site" limit="10" dynamic="no" category="1" entry_id="{exp:low_events:entry_ids channel='events' separator='|' show_upcoming='yes' date='{segment_2}' } "}
{exp:ce_img:pair src="{event_image}" width="421" height="230" crop="yes|center,center" allow_scale_larger="yes"}
{/exp:ce_img:pair}
{event_dates:start_date format="%M. %d"}
{title}
{/exp:transcribe:entries}
Replies
Low 17 May 2019 06:22
Since you're using a tag as input for another tag's parameter, you need to add parse="inward" to the outer tag (the transcribe one). Does that help?