Viewing 2 replies - 1 through 2 (of 2 total)
  • Easy, In your functions.php file add something like this

    function child_canvas_override_features_slug() {
    	  return 'newslug';
    }
    add_filter('woothemes_features_single_slug','child_canvas_override_features_slug');

    Simple and helpful – thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change permalink slug 'feature' to 'topic'’ is closed to new replies.