$get_num_posts ); $myposts = get_posts( $args ); $post_num = 0; global $typeahead_data; $typeahead_data = "["; foreach( $myposts as $post ) : setup_postdata($post); $typeahead_data .= '"' . get_the_title() . '",'; endforeach; $typeahead_data = substr($typeahead_data, 0, strlen($typeahead_data) - 1); $typeahead_data .= "]"; $post = $tmp_post; } // end if search bar is used ?>