• Resolved Luke Logan

    (@llogan382)


    Hi-

    I am trying to retrieve a feed and it only shows events that will take place in the future. When importing the feed, those dates are being read as the “published” date, and therefore being pulled in with a status of “to be published”.

    There do not seem to be any ways to fix this in the settings.

    Help! A client is depending on it

Viewing 2 replies - 1 through 2 (of 2 total)
  • @llogan382

    Are you using the WP RSS Aggregator Free core plugin or an add-on?

    This support forum is for questions related to the Free Core version of WP RSS Aggregator only.

    For questions related to any of our premium add-ons, be it pre-sales or other, please only contact us via a premium support ticket on this link: https://www.wprssaggregator.com/contact/

    Hi Renzms and Luke,

    I am having the same problem, and I am using the free WP RSS Aggregator core plugin.

    The instructions on this page are exactly what I need, but they are not working:
    https://kb.wprssaggregator.com/article/271-et-filter-display-scheduled-future-dated-feed-items

    When I use this :
    $args[‘post_status’] = array(‘future’, ‘publish’);

    I only see past events.

    But if i remove ‘publish’, like this:
    $args[‘post_status’] = array(‘future’);

    I only see the future “scheduled” events, which is great, because that is what my client is complaining is missing from the events page.

    Any idea of a tweak that would get both to show up as intended? Did you find a solution Luke?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Future events are not = published date, help!’ is closed to new replies.