bs-slider exclude category? #1107
|
Hello, thanks for the theme and plugin. I am using [bs-swiper-card-product] and would like to always exclude a certain WooCommerce category. It doesn't look like "exclude-category" is one of the options. Do you have a suggestion for how to go about achieving that? |
Replies: 2 comments 2 replies
|
Hello, you cannot exclude categories in the shortcode, you can only select categories you want to show https://bootscore.me/documentation/bs-swiper/#woocommerce-products. For example, In conclusion, you have to include and not exclude categories. Does this help? |
|
@eberlyjm If you override the product template in your child theme, you can make the changes to exclude categories. I made a folder called With a few small changes to this file, we have this: |
@eberlyjm If you override the product template in your child theme, you can make the changes to exclude categories. I made a folder called
bs-swiper-mainin my child theme and I added a file calledsc-swiper-card-product.phpWith a few small changes to this file, we have this: