Home › Forums › WoodMart support forum › Search categories › Reply To: Search categories
March 28, 2022 at 9:46 am
#364544

Artem Temos
Keymaster
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to do this
add_filter( 'woodmart_show_only_parent_categories_dropdown', '__return_true' );
Kind Regards