A useful feature when you need to place specific content only in the Woocommerce category. It checks whether the category of products woocommerce is displayed.
We paste the following code into the header.php:
1 2 3 4 5 | <?php if ( is_product_category() ){ //контент который нужно разместить } ?> |
And we rejoice in the result.