My RSS recent merge tag doesn't show anything in Mailchimp -


i've been using rss merge fields in mailchimp's campaigns since while, *|rss:recent|* stopped , no longer show recent posts blog.

i've checked publish date, , else each item, however, other rss merge tags working, 1 prints empty space.

this rss feed link: https://www.mashvisor.com/blog/feed/

here's code i'm using, , below response.

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html>   <body>     *|rssitem:content|*     *|rssfeed:date|*     *|rss:recent3|*     *|rss:recent|*   </body> </html> 

enter image description here

could of why not showing?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -