Hi All,
I am exporting a Weblog Entry and hoping to get the value of {product_description} as defined in that entry automatically substituted in my resulting HTML.
This is the code that I have but in the resulting HTML, I am not getting the value but instead i am getting the text “You can win a {product_description} on our Website” on the browser.
My code is this…could you please guide.
<div>
{exp:weblog:entries weblog="screen_item" limit="1" orderby="date" sort="desc" disable="member_data|trackbacks"}
<span> You can win a {product_description} on our Website</span>
</div>Thanks for your help on this.
Regards,
Guddu