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:
  1. Go to Step 4 of the Campaign Builder on your RSS to email campaign.
  2. Click on the content editor - the red dotted box that includes the *|RSS:POSTS_HTML|* text.
    Edit With The Content Editor
  3. 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).
    Source Button In The Content Editor
  4. Copy and paste the code above into this area.
    Copy and Paste Code
  5. Change *|RSSITEM:CONTENT_FULL|* to *|RSSITEM:CONTENT|*.
    Change Tag
  6. Then remove this piece of code:
    <a href="%7CRSSITEM:COMMENTS_URL%7C">comments</a>.
    Remove Comments<
  7. Click Source again to exit the code area and view the content
  8. Click "popup preview" to see your blog text as it would appear to your recipients
  9. Save your work, you're done!

Related Articles