And how can remove ***.com/brands/product-123 Strip brands
Plugin Author
RazyRx
(@razyrx)
Hello,
1. Plugin do not have option like this.
2. There is no way to remove it in plugin settings, maybe some other pluign can be used for it.
Regards,
Oleg
Thanks for your answer.
How can I get the description to the bottom on the brands page?
remove_action( 'woocommerce_archive_description', 'berocket_brand_description', 15 );
add_action( 'woocommerce_after_template_part', 'berocket_brand_description', 10 );
what do i need to fix?
if anyone wants to delete the word brand from the link structure
wp-admin/options-permalink.php
->Brands
–> “/” add
check your url
***.com/brand/product-123-yellow
be
***.com/product-123-yellow
sorry i got an error now
if you do as above.
When the blog account benefits enter the pages, it gives a 404 error, but it removes the brand link.
Plugin Author
RazyRx
(@razyrx)
Hello,
Removing brand word from link can cause different issues with other links on site.
Regards,
Oleg