Quote from gdvine on July 26, 2023, 16:29
I am trying to filter posts by author (only), but WOLF updates the posts list to the wrong author. Yesterday, it filtered to the first author in the list (alphabetically). Today, it’s filtering to the fourth author. (I’m trying to filter to the seventh author in the list.) I tried changing the storage type to session
but it didn’t change the behavior. I’m running WP 6.2.2 with latest WOLF.
When checking the Ajax call, I see the parameter:
wpbe_filter%5Bpost_author%5D=364
but there is a follow up ajax request with wpbe_get_posts and it contains no filters.
I tried to solve this issue by deactivating the MiniOrange REST API Authentication plugin in the thought that it might be blocking WOLF’s API calls, but it didn’t fix it.
By the way, we have 360 Users on the website, and the one I’m trying to filter for is a custom role created with the Members plugin. I don’t know if that’s relevant.
I am trying to filter posts by author (only), but WOLF updates the posts list to the wrong author. Yesterday, it filtered to the first author in the list (alphabetically). Today, it’s filtering to the fourth author. (I’m trying to filter to the seventh author in the list.) I tried changing the storage type to session
but it didn’t change the behavior. I’m running WP 6.2.2 with latest WOLF.
When checking the Ajax call, I see the parameter:
wpbe_filter%5Bpost_author%5D=364
but there is a follow up ajax request with wpbe_get_posts and it contains no filters.
I tried to solve this issue by deactivating the MiniOrange REST API Authentication plugin in the thought that it might be blocking WOLF’s API calls, but it didn’t fix it.
By the way, we have 360 Users on the website, and the one I’m trying to filter for is a custom role created with the Members plugin. I don’t know if that’s relevant.