Navigation überspringen

[Gelöst] In a View Custom Field Filter I Need THIS_WEEK

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 4 Jahren. 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)

Dieses Thema enthält 16 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Timothy vor 3 Jahren, 12 Monaten.

Assistiert von: Minesh.

Author
Artikel
#2067357

Minesh
Unterstützer

Sprachen: Englisch (English )

Zeitzone: 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!