{"id":936,"date":"2020-12-17T23:42:52","date_gmt":"2020-12-17T23:42:52","guid":{"rendered":"http:\/\/www.itcrumbs.com\/?p=936"},"modified":"2021-02-10T06:10:39","modified_gmt":"2021-02-10T06:10:39","slug":"wordpress-fix-canonical-url","status":"publish","type":"post","link":"https:\/\/www.itcrumbs.com\/?p=936","title":{"rendered":"WordPress &#8211; fix canonical URL"},"content":{"rendered":"\n<p>This goes into functions.php<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>CHECK YOUR QUOTES WHEN PASTING<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>function gallery_canonical($url) {<br>return site_url($_SERVER[&#8216;REQUEST_URI&#8217;]);<br>}<\/p>\n\n\n\n<p>add_filter( &#8216;wpseo_canonical&#8217;, &#8216;gallery_canonical&#8217; );<\/p>\n\n\n\n<p>add_filter( &#8216;wpseo_opengraph_url&#8217;, &#8216;gallery_canonical&#8217; );<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Alternate version:<\/p>\n\n\n\n<p>function gallery_canonical($url) {<br>return site_url($_SERVER[&#8216;REQUEST_URI&#8217;]);<br>}<\/p>\n\n\n\n<p>add_action(&#8216;init&#8217;, function() {<br>add_filter(&#8216;wpseo_canonical&#8217; , &#8216;gallery_canonical&#8217;, 10,1);<br>add_filter( &#8216;wpseo_opengraph_url&#8217;, &#8216;gallery_canonical&#8217; );<\/p>\n\n\n\n<p>});<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This goes into functions.php CHECK YOUR QUOTES WHEN PASTING function gallery_canonical($url) {return site_url($_SERVER[&#8216;REQUEST_URI&#8217;]);} add_filter( &#8216;wpseo_canonical&#8217;, &#8216;gallery_canonical&#8217; ); add_filter( &#8216;wpseo_opengraph_url&#8217;, &#8216;gallery_canonical&#8217; ); Alternate version: function gallery_canonical($url) {return site_url($_SERVER[&#8216;REQUEST_URI&#8217;]);} add_action(&#8216;init&#8217;, function() {add_filter(&#8216;wpseo_canonical&#8217; , &#8216;gallery_canonical&#8217;, 10,1);add_filter( &#8216;wpseo_opengraph_url&#8217;, &#8216;gallery_canonical&#8217; ); });<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-936","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.itcrumbs.com\/index.php?rest_route=\/wp\/v2\/posts\/936","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.itcrumbs.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.itcrumbs.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.itcrumbs.com\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.itcrumbs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=936"}],"version-history":[{"count":2,"href":"https:\/\/www.itcrumbs.com\/index.php?rest_route=\/wp\/v2\/posts\/936\/revisions"}],"predecessor-version":[{"id":939,"href":"https:\/\/www.itcrumbs.com\/index.php?rest_route=\/wp\/v2\/posts\/936\/revisions\/939"}],"wp:attachment":[{"href":"https:\/\/www.itcrumbs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=936"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.itcrumbs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=936"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.itcrumbs.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}