Hi greg-9795,
Thanks for reaching to us.
First of all, I’m really sorry have taken long time to reply you due to the weekend.
Please add this code to the functions.php of the child theme:
add_filter('woodmart_404_search_post_type', 'wd_404_search_post_type' );
function wd_404_search_post_type( $post_type ) {
return 'any';
}
This code would make a search to find all post types.
If you have any questions please feel free to contact us.
Best Regards,