Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Can't see search results

Viewing 10 posts - 1 through 10 (of 10 total)
  • Stefan R
    #189407

    Hi,
    I’m searching in my custom Post Type “job” (it is searchable and has an archive).
    I have setup individual page for search result and set the link in Results URL Box the and it never shows anything:

    Here my Result code:

    <?php
    $args = array(‘post_type’ => ‘job’);
    $args[‘search_filter_id’] = 3565;
    $wpex_query= new WP_Query( $args );

    while ( $wpex_query->have_posts() ) : $wpex_query->the_post();
    ?>
    <h3><?php the_title(); ?></h3>
    <?php echo get_field(‘short_description’); ?>
    <?php
    endwhile;
    wp_reset_postdata();
    ?>

    Please help

    Stefan R
    #189408

    Also with the shortcode it always shows nothing found

    Trevor Moderator
    #189422
    This reply has been marked as private.
    Stefan R
    #189457
    This reply has been marked as private.
    Trevor Moderator
    #189479
    This reply has been marked as private.
    Stefan R
    #189514

    HI
    That’s also not possible as I’m only able to connect via VPN to the intranet and then I lose internet connection 🙂
    Please tell me which infos you need and I will provide it to you

    Trevor Moderator
    #189518
    This reply has been marked as private.
    Stefan R
    #189534
    This reply has been marked as private.
    Trevor Moderator
    #189566
    This reply has been marked as private.
    Stefan R
    #189726
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Can't see search results’ is closed to new replies.