{"id":1335,"date":"2014-07-28T18:41:43","date_gmt":"2014-07-28T09:41:43","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=1335"},"modified":"2014-07-28T18:41:43","modified_gmt":"2014-07-28T09:41:43","slug":"how-to-edit-rel-attribute-of-the_category-link-in-wordpress","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/how-to-edit-rel-attribute-of-the_category-link-in-wordpress\/","title":{"rendered":"how to edit rel attribute of the_category link in wordpress"},"content":{"rendered":"<p>Here is hook code for wordpress to\u00a0\u00a0edit rel attribute of the_category link in wordpress<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nadd_filter( 'the_category', 'remove_nofollow_cat' );  \r\nfunction remove_nofollow_cat( $text ) { \r\n\t$text = str_replace('rel=&quot;nofollow&quot;', 'rel=&quot;follow&quot;', $text); return $text; \r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Here is hook code for wordpress to\u00a0\u00a0edit rel attribute of the_category link in wordpress add_filter( &#8216;the_category&#8217;, &#8216;remove_nofollow_cat&#8217; ); function remove_nofollow_cat( $text ) { $text = str_replace(&#8216;rel=&quot;nofollow&quot;&#8217;, &#8216;rel=&quot;follow&quot;&#8217;, $text); return $text; }<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,632],"tags":[700],"class_list":["post-1335","post","type-post","status-publish","format-standard","hentry","category-wordpress","category-wordpress-hacks-wordpress","tag-how-to-edit-rel-attribute-of-the_category-link-in-wordpress"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1335","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/comments?post=1335"}],"version-history":[{"count":1,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1335\/revisions"}],"predecessor-version":[{"id":1336,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/1335\/revisions\/1336"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=1335"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=1335"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=1335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}