Skip Navigation

[Resolved] Cannot filter the new added user

This support ticket is created 3 years, 1 month 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 3 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#2262103
Screenshot 2022-01-09 at 9.26.19 PM.png
Screenshot 2022-01-09 at 9.08.24 PM.png

Dear Sir/Madam,

I have a View with below content and filter setting as attached screenshot

<div class="member_card">
<div>ID: [wpv-user field="ID"]</div>
<div>[wpv-user field="display_name"]</div>
<div>[wpv-user field="user_email"]</div>
<div>[member_role id="[wpv-user field="ID"]"]</div>
</div>

I login as an administrator role, I add a new user but I can't see the new user in Views, I log in with Incognito window and I can see the new user in Views, my site have the cache plugins, how can I force the Views not to cache the data?

Best regards,

Kelvin

#2262497

Hello,

You can use cached="off" in [wpv-view] shortcode, for example:
[wpv-view name="My amazing custom post list" cached="off"]

See our document:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-view
cached (opt):
off
Turns off the caching system for the View.