[php]
if ( ! function_exists( ‚bflow_shop_loop_item_category‘ ) ) {
function bflow_shop_loop_item_category() {
$product_cats = wp_get_post_terms( get_the_ID(), ‚product_cat‘ );
if ( $product_cats && ! is_wp_error ( $product_cats ) ){
$single_cat = array_shift( $product_cats );
$html = ‚
‚ . $single_cat->name . ‚
‚;
echo $html;
}
}
}
add_action( ‚woocommerce_before_shop_loop_item‘, ‚bflow_shop_loop_item_category‘, 10 );
[/php]
Related Articles
- WC Attribute Komma durch Linebreak ersetzen
- WooCommerce Abgeschlossene Bestellungen bearbeitbar machen
- WooCommerce Button für Anfrage mit Text-Prefill
- Add custom field to order checkout
- WooCommerce Conditional Email Text (User Role, Product Category)
- Order Comment / Anmerkungsfeld um User Role abhängigen Content erweitern
- Fix Elementor fixed Background sizing
- Cronjob Überlappung verhindern – flock()
- WordPress Update Hinweise deaktivieren
- WP Download Manager "attached file is missing/deleted" Fehler