Hi there,
I have a custom post type “document” with some custom fields.
One field is called “datum” and I sort the posts with this date.
What I have right now:
post_type=document&orderby=meta_value&meta_key=datum&order=DESC&post_status=publish&ignore_sticky_posts=1
This works fine.
I now want to display the posts from the last seven days in relation to the date in the “datum” field. I can’t figute out how to do so.
Any suggestion?
Thank you,
Michael