Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi,

Is it possible to show richtext fields without HTML tags?

Code: Select all
<cms:show richtext_field  />

output: "<p>some text</p>"

I want: "some text"

I need this for code bellow:

Code: Select all
<a href='https://twitter.com/share?url=<cms:link masterpage="blog-post.php" page="<cms:show k_page_name />" />&amp;text=<cms:show k_page_title/> - <cms:show richtext_field/>&amp;hashtags=<cms:show k_page_name/>' target="_blank">Trigger this</a>
That was fast. :shock: Thank you. :)
About your answer: :oops: I'm familiar with excerpt tag and I use it regularly. Just I didn't realize in this case. :oops:
3 posts Page 1 of 1