{"id":401,"date":"2016-01-15T15:59:33","date_gmt":"2016-01-15T15:59:33","guid":{"rendered":"http:\/\/sushilkumar.ind.in\/?p=401"},"modified":"2017-09-24T00:16:06","modified_gmt":"2017-09-24T00:16:06","slug":"magento-2-get-custom-category-attribute","status":"publish","type":"post","link":"https:\/\/www.sushilkumar.ind.in\/blog\/magento\/magento-2-get-custom-category-attribute\/","title":{"rendered":"Magento 2 get custom category attribute"},"content":{"rendered":"<pre>public function getCategoryCollection()\r\n    {\r\n        $collection = $this-&gt;_categoryCollection-&gt;create()\r\n            -&gt;addAttributeToSelect('*')\r\n            -&gt;addAttributeToFilter('is_home_category', '1');\r\n\r\n        return $collection;\r\n    }\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>public function getCategoryCollection() { $collection = $this-&gt;_categoryCollection-&gt;create() -&gt;addAttributeToSelect(&#8216;*&#8217;) -&gt;addAttributeToFilter(&#8216;is_home_category&#8217;, &#8216;1&#8217;); return $collection; }<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[363],"tags":[23,21,22,26],"class_list":["post-401","post","type-post","status-publish","format-standard","","category-magento","tag-ecommerce","tag-magento","tag-magento-2","tag-magento-2-technology"],"jetpack_publicize_connections":[],"acf":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p99pkJ-6t","_links":{"self":[{"href":"https:\/\/www.sushilkumar.ind.in\/blog\/wp-json\/wp\/v2\/posts\/401"}],"collection":[{"href":"https:\/\/www.sushilkumar.ind.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sushilkumar.ind.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sushilkumar.ind.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sushilkumar.ind.in\/blog\/wp-json\/wp\/v2\/comments?post=401"}],"version-history":[{"count":0,"href":"https:\/\/www.sushilkumar.ind.in\/blog\/wp-json\/wp\/v2\/posts\/401\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.sushilkumar.ind.in\/blog\/wp-json\/wp\/v2\/media?parent=401"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sushilkumar.ind.in\/blog\/wp-json\/wp\/v2\/categories?post=401"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sushilkumar.ind.in\/blog\/wp-json\/wp\/v2\/tags?post=401"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}