{"id":51,"date":"2009-05-27T21:41:20","date_gmt":"2009-05-27T16:11:20","guid":{"rendered":"http:\/\/vikku.info\/codesnippets\/?p=51"},"modified":"2013-10-02T12:17:49","modified_gmt":"2013-10-02T06:47:49","slug":"remove-category-base-from-permalinks","status":"publish","type":"post","link":"http:\/\/vikku.info\/codesnippets\/wordpress\/remove-category-base-from-permalinks\/","title":{"rendered":"Remove Category Base From Permalinks"},"content":{"rendered":"<p>1.<\/p>\n<p>On line 371 of the wp-includes\/rewrite.php file, you&#8217;ll see the code:<\/p>\n<p>$this-&gt;category_structure = $this-&gt;front . &#8216;category\/&#8217;;<\/p>\n<p>Now just remove the &#8220;category&#8221; from the string, and the code should look like:<\/p>\n<p>$this-&gt;category_structure = $this-&gt;front . &#8216;\/&#8217;;<\/p>\n<p>2.<br \/>\nanother way of doing that is by the following which worked for me so here we go&#8230;<\/p>\n<p>Just enter \/. as the value for Category base.<\/p>\n<p>&#8230;..<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. On line 371 of the wp-includes\/rewrite.php file, you&#8217;ll see the code: $this-&gt;category_structure = $this-&gt;front . &#8216;category\/&#8217;; Now just remove the &#8220;category&#8221; from the string, and the code should look like: $this-&gt;category_structure = $this-&gt;front . &#8216;\/&#8217;; 2. another way of doing that is by the following which worked for me so here we go&#8230; Just [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[14],"tags":[],"_links":{"self":[{"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/posts\/51"}],"collection":[{"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/comments?post=51"}],"version-history":[{"count":12,"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/posts\/51\/revisions"}],"predecessor-version":[{"id":326,"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/posts\/51\/revisions\/326"}],"wp:attachment":[{"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/media?parent=51"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/categories?post=51"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/vikku.info\/codesnippets\/wp-json\/wp\/v2\/tags?post=51"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}