Hide elements using looper/providers after 30 days

I am creating a “Job Board” where I’m listing open job positions. I’m using loopers and providers to pull in the information. What I want to do is to hide a job listing after 30 days from when it was created just to automate the process a bit.

Is this a possibility?

Hi @turbineflats,

Thanks for reaching out.
You can set a condition that will check if the Global Date is the date you mentioned i.e. 30 Days.

In this context, you have to remember a few things.

  1. Date format in condition has to be the same as set in the Settings > General in your WordPress Admin dashboard as shown in the given screenshot.

  1. No calculation can be made with the Dynamic Content tag like adding 30 Days with publish date or else.

Hope it helps.
Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.