URL scheme in XFN profile link
-
In header.php…
<link rel="profile" href="https://gmpg.org/xfn/11">
…should probably be updated too…
<link rel="profile" href="<?php echo set_url_scheme('https://gmpg.org/xfn/11); ?>">
This will adjust the URL scheme to match the current page. For example, if the current page is https://example.com/, then the link tag will be…
<link rel="profile" href="https://gmpg.org/xfn/11">
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘URL scheme in XFN profile link’ is closed to new replies.