Forums
(@oberoc)
10 years, 3 months ago
What I did was added in post_status = array('draft', 'pending', 'publish'); line in the get_search_results function to have it search all posts
post_status = array('draft', 'pending', 'publish');