T
T
Temur Begiev2016-02-20 21:29:02
WordPress
Temur Begiev, 2016-02-20 21:29:02

Wocommece. How to make styles for each page?

Good evening!
I added a div block to woocommerce.php.
This block appears both when viewing a category and when viewing a single product.
How can I make it appear only when viewing a category? Or styles for each page?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
Zhainar, 2016-02-22
@temurbegiev

if( is_product_category() || is_product() )  {
    echo "<div></div>";
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question