Skip Navigation

[Resolved] In a View Custom Field Filter I Need THIS_WEEK

This thread is resolved. Here is a description of the problem and solution.

Problem:
How to display this week posts comparing against custom date field

Solution:
To display this week post comparing the custom date field, you will require to use the view's filter hook "wpv_filter-query".

You can fine proposed solution in this case with the following reply:
=> https://toolset.com/forums/topic/in-a-view-custom-field-filter-i-need-this_week/#post-2067171

Relevant Documentation:
=> https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_query

This support ticket is created 3 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 16 replies, has 2 voices.

Last updated by Timothy 3 years, 5 months ago.

Assisted by: Minesh.

Author
Posts
#2067357

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Yes - thats the correct way to check for multiple view IDs.

Glad to know that solution I shared help you to resolve your issue. You are welcome to mark resolve this ticket 🙂

#2067397

My issue is resolved now. Thank you!