Home Forums WoodMart support forum Child categories inherit parent image Reply To: Child categories inherit parent image

#392404

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