function add_custom_canonical_tag() { if (is_singular() || is_archive() || is_home() || is_front_page()) { // Get the current page URL global $wp; $current_url = home_url(add_query_arg($_GET, $wp->request)); echo '' . "\n"; } } add_action('wp_head', 'add_custom_canonical_tag', 1);
Sign in / Join
0