I am trying the simplest implementation:
<br />
{exp:channel:entries channel=“news” status=“breaking”}<br />
{exp:stash:set name=“title” output=“yes”}{title}{/exp:stash:set}</p>
<p>{/exp:channel:entries}<br />
My title is:<br />
{exp:stash:get name=“title”}<br />
What the hell am I doing wrong? This used to work for me. BTW - I tried putting that as the only thing in the template and yes the title does get output when set the output parameter to yes.
I have posted this on the developer’s forum. Could anyone point out what’s happening?