Hey guys, I just started this summer job in a small store and I have to update the website from time to time.
One of the things I have to do is remove the “new” checkbox for every product that’s been in the store longer than 30 days. Thing is, we always have new products coming in.
Surely, there has to be a way to automate this? Can we add a rule in WordPress that says something along the lines of
“If (product been there > 30 days)
uncheck “new” checkbox
update product”
​
I tried looking online and found nothing. I have basic foundations in programming, so if I have to write a couple of lines it’s no biggie. Thanks <3
[ad_2]