{"id":67,"date":"2015-09-30T09:08:42","date_gmt":"2015-09-30T09:08:42","guid":{"rendered":"http:\/\/chamankumar.co.uk\/blog\/?p=67"},"modified":"2015-09-30T09:16:00","modified_gmt":"2015-09-30T09:16:00","slug":"add-custom-posts-to-archive-pages","status":"publish","type":"post","link":"https:\/\/chamankumar.co.uk\/blog\/wordpress\/add-custom-posts-to-archive-pages","title":{"rendered":"Add custom posts to archive pages"},"content":{"rendered":"<p>\/\/ add custom posts to archive pages<br \/>\nfunction kweb_add_custom_types( $query ) {<br \/>\n  if( is_category() || is_tag() &#038;&#038; empty( $query->query_vars[&#8216;suppress_filters&#8217;] ) ) {<br \/>\n    $query->set( &#8216;post_type&#8217;, array(<br \/>\n     &#8216;post&#8217;, &#8216;clients&#8217;, &#8216;portfolio&#8217;<br \/>\n\t\t));<br \/>\n\t  return $query;<br \/>\n\t}<br \/>\n}<br \/>\nadd_filter( &#8216;pre_get_posts&#8217;, &#8216;kweb_add_custom_types&#8217; );<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\/\/ add custom posts to archive pages function kweb_add_custom_types( $query ) { if( is_category() || is_tag() &#038;&#038; empty( $query->query_vars[&#8216;suppress_filters&#8217;] ) ) { $query->set( &#8216;post_type&#8217;, array( &#8216;post&#8217;, &#8216;clients&#8217;, &#8216;portfolio&#8217; )); return $query; } } add_filter( &#8216;pre_get_posts&#8217;, &#8216;kweb_add_custom_types&#8217; );<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[10,18,8],"tags":[],"_links":{"self":[{"href":"https:\/\/chamankumar.co.uk\/blog\/wp-json\/wp\/v2\/posts\/67"}],"collection":[{"href":"https:\/\/chamankumar.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/chamankumar.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/chamankumar.co.uk\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chamankumar.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=67"}],"version-history":[{"count":1,"href":"https:\/\/chamankumar.co.uk\/blog\/wp-json\/wp\/v2\/posts\/67\/revisions"}],"predecessor-version":[{"id":68,"href":"https:\/\/chamankumar.co.uk\/blog\/wp-json\/wp\/v2\/posts\/67\/revisions\/68"}],"wp:attachment":[{"href":"https:\/\/chamankumar.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=67"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/chamankumar.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=67"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/chamankumar.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}