Hi!
I am displaying multiple draft-entries in which basically coming from different channels. Is there a way that I can generate the live-look template link like {live-look-link}? Check the code below and thanks in advance.
{exp:channel:entries status="draft"}
<tr>
<td>{entry_date format="%d.%m.%Y"}</td>
<td><a href="http://{blive_look/b}">{title}</a></td>
<td>{channel}</td>
</tr>
{/exp:channel:entries}best regards,
James