You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I properly exclude a post by filtering its ID?
I tried doing this using the code below, it was successful in filtering the images but the excluded images were not replaced with a post. For example, the limit is set to 12 after applying the filter which excluded 2 posts. it returned only 10 items in the list. I was expecting to have a total of 12 items.
I think this is happening because the filter is applied after the API request . Is there any way to filter before the API request? Thanks!
Hi,
How do I properly exclude a post by filtering its ID?
I tried doing this using the code below, it was successful in filtering the images but the excluded images were not replaced with a post. For example, the limit is set to 12 after applying the filter which excluded 2 posts. it returned only 10 items in the list. I was expecting to have a total of 12 items.
I think this is happening because the filter is applied after the API request . Is there any way to filter before the API request? Thanks!
The text was updated successfully, but these errors were encountered: