W
W
wanderbit2016-04-12 20:29:37
WordPress
wanderbit, 2016-04-12 20:29:37

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

1 answer(s)
I
Ivan Kozlov, 2016-04-13
@trampick

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 );
    }
    ?>

Then use str_replace to replace part of the string (reference) with the one you want.
The 2nd option is to put a plugin for the redirect.
https://ru.wordpress.org/plugins/redirection/
In the settings you specify from which address to which to redirect.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question