Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I installed the blog4umbraco package. When on the main page with al the new posts, the package shows the html-tags of every post. How can this be resolved?
Regards
Thijs
I want to delete this topic because the solution is so obvious but the site wont let me.. I added this to the rule the shows the tekst:
/xslt/BlogListPosts.xslt, line 161-163change:
<div class="entry-content"> <xsl:value-of select="$post/bodyText" /> </div>
to
<div class="entry-content"> <xsl:value-of select="$post/bodyText" disable-output-escaping="yes"/> </div>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Blog4Umbraco shows html-tags
I installed the blog4umbraco package. When on the main page with al the new posts, the package shows the html-tags of every post. How can this be resolved?
Regards
Thijs
I want to delete this topic because the solution is so obvious but the site wont let me.. I added this to the rule the shows the tekst:
/xslt/BlogListPosts.xslt, line 161-163
change:
to
is working on a reply...