Forums
(@oberoc)
9 years, 1 month 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');