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
Hi is there a way of excluding any images added to a blog post's BodyText within the BlogListPosts.xslt ?
I can see this is where the content is being called but I want to drop any references to images so that they don't get displayed on the post list.
<div class="entry-content"> <xsl:value-of select="$post/data [@alias = 'bodyText']" disable-output-escaping="yes"/></div>
Thanks,Barney
You can try some regexp magic to remove img tags from bodyText.
Petr
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Excluding images referenced in BodyText
Hi is there a way of excluding any images added to a blog post's BodyText within the BlogListPosts.xslt ?
I can see this is where the content is being called but I want to drop any references to images so that they don't get displayed on the post list.
Thanks,
Barney
You can try some regexp magic to remove img tags from bodyText.
Petr
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.