When i have plugin activated and trying use in my code
$args = array( ‘order’ => ‘DESC’,
‘posts_per_page’ => ’10’,
‘tag__in’ => ot_get_option(‘featured_news’)
$query = new WP_Query($args);
It not works for me .
I look on query and problem is this string in query
AND wp_posts.post_type IN (”, ‘tribe_events’)
How i can fix that?
There is currently a bug affecting tag-related queries. You can try adding this snippet to a suitable location (like your theme’s functions.php file) as a temporary workaround and it should – hopefully! – be fixed in our next maintenance release.
It’s been a while so I’ll go ahead and close this thread. Of course if you need further help for this or any other issue please do feel free to create a new thread or threads as needed. Thanks!
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘Problem with search by tag’ is closed to new replies.