Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor titodevera

    (@titodevera)

    Hi jeffyun123!

    Add this code to your functions.php

    
    add_filter( 'pwb_taxonomy_with_front', function(){
      return false;
    } );
    

    Then go to Settings > Permalinks and save changes for flushing the permalinks.

    ??

    Thanks! That worked perfectly for me!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change brands permalinks’ is closed to new replies.