Thread Starter
trb143
(@trb143)
Yes that works thanks and thanks for the great plugin.
Thread Starter
trb143
(@trb143)
{description} <<<<< Level-1 wanted
{subloop:start_location:1}
<a href=”https://www.google.com/maps/@{latitude},{longitude},18z?authuser=0&entry=ttu” </a>
<br/>
{description} <<<<< Level-2 version wanted.
<br/>
{/subloop:start_location}
description and start_location are Level-1 tags and work fine
Latitude and Longitude are level-2 tags within start_location and work fine
Description within start_location is not the save as level-1 description and with the above code outputs the level-1 description not the level-2 version as I would expect.