Answer the question
In order to leave comments, you need to log in
How to change woocommerce product category permalinks?
How to change woocommerce product category permalinks? In order to go through the breadcrumbs to get not to the category archive page, but to another one?
Answer the question
In order to leave comments, you need to log in
As an option, install the plugin
https://ru.wordpress.org/plugins/breadcrumb-navxt/
it has the ability to output html code to a variable
<?php
if ( function_exists( 'bcn_display' ) ) {
$b = bcn_display( $return = true, $linked = true, $reverse = false );
}
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question