megabase
Forum Replies Created
-
Ah, thought it was working but still seems weird I think.
- This reply was modified 4 years, 10 months ago by megabase.
Exactly same issue here.. didn’t notice any issue with plain text emails but saw the revoked tokens across multiple sites on July 14. Rethinking our strategy of the free gmails for sending, but that was the best solution so far.
Oh thank god – this is perfect – thank you!
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-itemsWhen 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!