Hello @polarracing
Thank you it’s working now, but I have 1 question.
if I have a post with the status “Expired”, so the value that I should add in the shortcode is from the value on the database or name on the status on a post?
like status “publish” on the database is “publish” but we use published for value in the shortcode.
I have already tried this :
[if field=post-status value=gd-expired] : value gd_expired (on database)
[if field=post-status value=expired] : value expired (on status post)
but is still not working
Thank You