Forum
Textarea on template shows tags
I recently upgreaded our blog, but now in the template the user sees, the tags show up as text and not as tags.
<p>This is a sentence</p>
literally displays as <p>This is a sentence</p>
The tag in the view is this:
<perch:blog id="postDescHTML" type="textarea" label="Post" order="2" editor="redactor" size="xxl autowidth" required="true" />
and the tag in the template is this:
<?php perch_blog_post(perch_get('s')); ?>
Can we see your diagnostics report and your template please?
Post Template:
Page for the view:
Diagnostics
Can you try adding
html="true"
to the tag?This is the specific page I'm looking at: https://www.helmstargroup.com/blog/post.php?s=2016-04-15-last-minute-tips-for-your-tax-filing
At first that didn't help, but on resave, it's working. THanks!