Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Remove this part:

    // Multiple post types
    query_posts(
            array_merge( // change original query
                    $wp_query->query,
                    array(
                            'post_type' => array(
                                    'post',
                                    'page',
                                    'risen_multimedia',
                                    'risen_gallery',
                                    'risen_event',
                                    'risen_staff',
                                    'risen_location'
                            )
                    )
            )
    );
    Thread Starter bmackler

    (@bmackler)

    great! thanks so much…thats perfect

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search Not providing results’ is closed to new replies.