Home › Forums › WoodMart support forum › Child categories inherit parent image › Reply To: Child categories inherit parent image
July 20, 2022 at 5:31 pm
#392404

Elise Noromit
Member
Hello,
Please find the file: ./inc/template-tags/template-tags.php and line 1280, then relace this code:
} elseif ( ! empty( $cat->parent ) ) {
for this one:
} elseif ( ! empty( $cat->parent ) && apply_filters( 'woodmart_show_parent_category_page_title_image', true ) ) {
and add this code:
add_filter( 'woodmart_show_parent_category_page_title_image', '__return_false' );
to the functons.php of the child theme.
If you have any questions please feel free to contact us.
Best Regards