• No matter what configuration I use, the date is not understood correctly in Mailchimp

    I’m using in my template in Mailchimp this code for the item’s date:

    *|RSSITEMS:|*
    
    <a href="*|RSSITEM:URL|*" target="_blank">*|RSSITEM:TITLE|*</a>
    by *|RSSITEM:AUTHOR|* - *|RSSITEM:DATE|*
    *|RSSITEM:IMAGE|*
    *|RSSITEM:CONTENT|*
    <a href="*|RSSITEM:URL|*" target="_blank">Load more</a>
    
    *|END:RSSITEMS|*

    The date shown is not the correct date.

    Even if using the simplest setting, the date is not generated correctly:
    ?call_custom_simple_rss=1

    This is my final code:

    ?call_custom_simple_rss=1&csrp_orderby=data&csrp_order=desc&csrp_date=7&csrp_thumbnail_size=600x450&csrp_author=-13

    I tried all possible date options in the plugin configuration,
    and the date is not shown correctly, it shows another date and not the date of the post.

    I analyzed the feed generated by the plugin, and I did not find an error in the feed listing, I cannot diagnose that it is wrong.

    Another detail that I am not able to do is show all posts from the last 7 days.

    Mailchimp shows the latest posts, but ignores some new posts, showing only the posts from these ignored posts.

    Analyzing the feed generated by the plugin, I also see the ignored posts there, but they are not loaded in Mailchimp.

    Congratulations on your plugin, I look forward to your help!

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter fabricioventura

    (@fabricioventura)

    Some help ?

    Plugin Author danikoo

    (@danikoo)

    Hi and sorry for the delay

    in plugin settings – change under “pubDate date format:”
    * RFC: Standart rss time – for example Wed, 19 Feb 2020 14:36:17 +0000
    * Blog Date: the date format of your web site – for example 19/02/2020
    * Blog Date & Time: the date and time format of your web site – for example 19/02/2020 14:36

    ————————————
    order by is wrong – the correct way:
    &csrp_orderby=date
    AND NOT
    &csrp_orderby=data

    ————————————
    to show the latest 7 days – the correct query you need is:
    https://infoarmas.com.br/?call_custom_simple_rss=1&csrp_orderby=date&csrp_order=desc&csrp_date=1&csrp_date_after=1%20week%20ago&csrp_date_after_type=date&csrp_thumbnail_size=600×450&csrp_author=-13
    ————————————

    Hope this helps ??

    Best regards
    Danikoo

    Thread Starter fabricioventura

    (@fabricioventura)

    Thanks for answering ??

    Okay, I realized that the mistake in the “meeting” was the translator who can fool me, lol.

    However, this did not solve the problems :(.

    This is my most recent post, it and the most recent ones are not being listed in Mailchimp tests (but this post is the first in the rss generated by the plugin)

    Title of last post in WP:
    O confronto armado fora de Hollywood (o estresse na vida real)

    This happens a few more posts on the blog, in my count it is displayed according to all the settings I made in the plug-in, the fifth post the news on WP as the first post of the tests I am doing in Mailchimp. That is, the most recent posted posts are being ignored (but are present in the rss generated by the plugin)

    If you insert the feed link created by the plug-in for you, everything will look right, but when testing on mailchimp, it creates some problems:

    – Wrong date in the mailchimp test (the date shown is totally different from the date in wordpress, I’m not talking about the date format, but the content, days and years are wrong)

    -Does not show in the Mailchimp test the new posts, for example, created on the same day of the test, even if these posts are the first in the custom rss, they are ignored by Mailchimp.

    Just to confirm and understand your code:
    start function date ?
    &csrp_date=1

    And this shows only posts from the last 7 days?
    &csrp_date_after=1%20week%20ago&csrp_date_after_type=date

    I look forward to your help, thank you very much for your attention!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘DATA ERROR in Maichimp list Item Posts’ is closed to new replies.