post__in argument to get assigned post object
-
Hello,
We use the plugin “diviengine” to output our custom post types. However, as soon as we install relevanssi, the output of the post types no longer works correctly. The support of diviengine wrote me the following:
So, specifically we are using post__in argument to get assigned post object.
But Relevanssi ignore this parameter and returning all posts by “
relevanssi_populate_array
” function.Generated sql query by original query_posts function is following.
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (3547) AND wp_posts.post_type = 'autoren' AND ((wp_posts.post_status <> 'trash' AND wp_posts.post_status <> 'auto-draft')) ORDER BY wp_posts.post_date DESC
Unfortunately, he could only help us so far. Perhaps someone here in the forum can help us?
The page I need help with: [log in to see the link]
- The topic ‘post__in argument to get assigned post object’ is closed to new replies.