Get all Posts from the last 7 Days in Wordpress

Hey guys,

I want to get a List of all Post published the last 7 Days on my Wordpress blog. I tried to use the RSS Module, but it only returns the last 2-3 Days and also tried the Wordpress Module.

Im publishing around 30-40 Articles per Day. I need all published articles from the last 7 Weeks in a Google Sheet.

Which Module should i use?

For Wordpress module, you can increase Limit, then filter by date

Or if you are using the RSS module, find a way to increase items in the Wordpress RSS file produced by your server. Also increase the bundle Limit.

2 Likes

I tried using the Wordpress Module like you have shown. But i get returned all posts ever posted not the last 7 days. Is there a way to filter?

Yes, add a filter in-between this and the next module. If you need more help with this, please provide your output bundle.

Please provide the input/output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the contents as a bundle.json file, and upload it here into this discussion thread:

Screenshot_2023-10-06_141025

This will allow others to better assist you. Thanks!

2 Likes

Hi try this and in next step between fult a filter , date must be later than adddays(now;-7)

let us know if it works

2 Likes