So, you're sending out an RSS to email campaign using our standard *|RSS:POSTS_FULL|* , *|RSS:POSTS_HTML|*, or *|RSS:POSTS_TEXT|* tags and you want to remove the comments? No problem.
The *|RSS:POSTS_FULL|* tag contains the following tags:
*|RSSITEMS:|* <br />
<a href="%7CRSSITEM:URL%7C">*|RSSITEM:TITLE|*</a><br />
*|RSSITEM:DATE|* | *|RSSITEM:AUTHOR|*<br />
*|RSSITEM:CONTENT_FULL|*<br />
<a href="%7CRSSITEM:COMMENTS_URL%7C">comments</a> | <a href="%7CRSSITEM:URL%7C">read more</a><br />
*|END:RSSITEMS|*
So what you'll need to do is:
<a href="%7CRSSITEM:URL%7C">*|RSSITEM:TITLE|*</a><br />
*|RSSITEM:DATE|* | *|RSSITEM:AUTHOR|*<br />
*|RSSITEM:CONTENT_FULL|*<br />
<a href="%7CRSSITEM:COMMENTS_URL%7C">comments</a> | <a href="%7CRSSITEM:URL%7C">read more</a><br />
*|END:RSSITEMS|*
- Go to Step 4 of the Campaign Builder on your RSS to email campaign.
- Click on the content editor - the red dotted box that includes the *|RSS:POSTS_HTML|* text.

- Once that box pops up, click on the Source button on the toolbar to get to the area where you enter HTML code (it'll look pretty similar since there's only one tag in there right now).

- Copy and paste the code above into this area.

- Change *|RSSITEM:CONTENT_FULL|* to *|RSSITEM:CONTENT|*.

- Then remove this piece of code:
<a href="%7CRSSITEM:COMMENTS_URL%7C">comments</a>.<
- Click Source again to exit the code area and view the content
- Click "popup preview" to see your blog text as it would appear to your recipients
- Save your work, you're done!
Related Articles
- How can I format the image content in my RSS to email campaigns?
- My RSS to email merge tag isn’t working as expected.
- Can I let my subscribers share one post from my RSS to email campaign instead of the whole campaign?
- How do I create breaks between the paragraphs of the full RSS content?
- How do I find the original RSS to email campaign to make edits?