/* Themeisle Support - display shop title in Neve */ add_action( 'wp',function() { add_filter( 'woocommerce_show_page_title', '__return_true' ); }, 12 );