How to remove post URL from the text of mailing

Posted in: Newspaper
Post count: 141

Hello,

New articles published on my blog are sent to the subscriber list with Mailchimp plugin like this. The following code is used for this process:

*|RSSITEMS:|*
*|RSSITEM:TITLE|*
Yazar: *|RSSITEM:AUTHOR|*  –  *|RSSITEM:DATE:d/m/Y|*  –  *|RSSITEM:LIKE|*
*|RSSITEM:CONTENT|*
*|END:RSSITEMS|*

We do not want the title photo of the article to be sent in the email. So we changed the code as follows:

*|RSSITEMS:|*
*|RSSITEM:TITLE|*
Yazar: *|RSSITEM:AUTHOR|*  –  *|RSSITEM:DATE:d/m/Y|*  –  *|RSSITEM:LIKE|*
*|RSSITEM:CONTENT_TEXT|*
*|END:RSSITEMS|*

The only change is to use code *|RSSITEM:CONTENT_TEXT|* instead of *|RSSITEM:CONTENT|*.

In this case, the outgoing email was like this. As you can see, the URL of the article is added at the beginning and end of the article.

What should I do to remove this URL?

Thanks in advance for your interest and help!
Regards

  • This topic was modified 6 years by Demir.
  • This topic was modified 6 years by Demir.
Post count: 18283

Hello !

That layout and design of the e-mail is created by mailchimp so you will have to contact them and let them know about your issue.

Thank you !

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.