I’m trying to have a page show links to other posts that were published on the same day as the page. I tried using the query builder, filtering by date. But that didn’t work for me. It just wouldn’t show anything. Then I thought I’d hard code the date into a query string, but I just can’t get it to work. This is what I tried as the query string:
category_name=link&post_status=publish&post_date=2024-08-08
When I put that as the query string, it shows the latest posts in the link category that are published. Any thoughts on how I can make it so either 1) I can hard code in the publish date, or 2) I can dynamically make it so it shows the posts that were published the same day as the page?