Kuu august 2019

Oma WordPressi themele Woocommerce toe lisamine

Mida teha siis kui Woocommerce themesid ei laeta lehele külge? Kontrolli kas järgmine kood on sinu theme function.php failis olemas ja lisa kui pole function mytheme_add_woocommerce_support() { add_theme_support( ‘woocommerce’ ); } add_action( ‘after_setup_theme’, ‘mytheme_add_woocommerce_support’ );