Skip Navigation

[Resolved] A View is not pulling in all the available posts based on my query criteria

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

Problem:

The issue here was that the user expects to see a post in their filtered view but that post isn't showing up as expected.

Solution:

It turns out that the post didn't actually meet the filtered criteria hence it wasn't showing up. What I recommend is to check the missing post to ensure that the value that is being filtered for matches that missing post as well.

This support ticket is created 6 years, 8 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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 3 replies, has 2 voices.

Last updated by katrina 6 years, 8 months ago.

Assisted by: Shane.

Author
Posts
#628467

I am trying to: Display select custom posts that meet certain criteria in a view (slider)

Link to a page where the issue can be seen: I can provide privately

I expected to see: All the posts in my slider that meet my criteria

Instead, I got: At least one is not being included in the slider

My View is a slider.

I want to show all posts that are custom types: Retreats, Trainings, Focuses, and Workshops

That meet the criteria that they have a "Slider" taxonomy of "Home" selected AND have a custom field start-date that is a string greater than or equal TODAY().

It seems to be working as expected, except taht one post in particular that meets the criteria is not being pulled into the view.

I can provide access details to the site privately.

Thanks in advance!

#628550

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Katrina,

Thank you for contacting our support forum.

Would you mind providing me with admin access to the website so that I can have a look at this.

Thanks,
Shane

#628561

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Katrina,

It actually doesn't meet the criteria. The start date is February 2 for this post which is less than TODAY() . Thats why this post isn't showing up.

Thanks,
Shane

#628580

Oh my goodness. I feel really stupid. In my brain i was thinking “end-date” because thats the criteria for a different, similar view on another page.

Thank you so much!!! ?