Tell us what you are trying to do? I have a view that is displaying related posts on the single post page. I want this view to only display posts that were published AFTER the date of the post where the view is displayed.
Is there any documentation that you are following? I looked through the date filters documentation but couldn't find an answer.
Hello. Thank you for contacting the Toolset support.
Can you please share admin access details and let me review your current post-relationship and view and then I will be able to guide you in the right direction.
When you say date - you want to target native post publish date or you have custom date field?
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
With your view I've change the "Post date" query filter as:
- enlace oculto
Post date filter
Select posts whose
Published date is after or equal to: year:VIEW_PARAM(year), month:VIEW_PARAM(month), day:VIEW_PARAM(day
I've created the following Toolset content template that will hold your view as given under:
- enlace oculto