Remove canonical on custom post type single
-
Hello! Want to remove rel canonical on custom post type single. I think your plugin is rewrite it? Tell me please what action I must to use?
I tryfunction remove_canonical1() { if ( is_singular( 'news' ) ) { remove_action('wp_head', 'rel_canonical', 47); } } add_action('wp', 'remove_canonical1');
But it does not work
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove canonical on custom post type single’ is closed to new replies.