Problem with search by tag

Home Forums Calendar Products Events Calendar PRO Problem with search by tag

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #80947
    fervent
    Participant

    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?

    #81001
    Barry
    Member

    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.

    Hope that helps 🙂

    #91148
    Barry
    Member

    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!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Problem with search by tag’ is closed to new replies.