Issues with the meta canonical path after cahnge with custome path, seems original path rether than as Per New URL.
We have done with below works :
$pathqery=explode('?',$_SERVER['REQUEST_URI']);
?>
remove_action('wp_head', 'rel_canonical');
wp_head();
....
....
- 4 likes
- 1 comment