WooCommerce: Add category name to product title
-
hi,
i wan’t to automatically add the name of the category-page for some products.
the products are automatically imported, that’s why changing it per hand is not an option.i found the title.php, where i want to add the category name.
<h1 class="product_title entry-title"> <?php echo esc_html( get_the_title() ); ?> </h1>
i just can’t figure out how to display the category name.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WooCommerce: Add category name to product title’ is closed to new replies.