Hello,
I’m using the Mautic RSS to email bundle. It works and I’m happy with.
Could someone advice on the following, please?
How do I make the feeditem title linkable? With the bellow code, the h3 feeditem:title is text only. Having a link to the post in the title would bring more visitors from the newsletter to the website. Now I have only “Read more” text from Wordpress at the end of the feeditem:description.
{feed url="<<FEEDURL>>"}
{feeditems count="3"}
<h3>{feeditem:title}</h3>
<p><small>{feeditem:date format="d-m-Y H:i"}</small></p>
<p>{feeditem:description}</p>
<p><img src="{feeditem:image}"></p>
{/feeditems}
{/feed}
Thank you for your help!
Jari