{"id":264,"date":"2011-08-13T20:54:02","date_gmt":"2011-08-13T11:54:02","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=264"},"modified":"2012-08-23T17:31:43","modified_gmt":"2012-08-23T08:31:43","slug":"how-to-show-posts-from-specific-category-in-wordpress","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/how-to-show-posts-from-specific-category-in-wordpress\/","title":{"rendered":"how to show posts from specific category in wordpress"},"content":{"rendered":"<p>Here is the code to show all post form category.<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n&lt;?php query_posts('category_name=news&amp;showposts=3'); ?&gt;\r\n&lt;?php while (have_posts()) : the_post(); ?&gt;\r\n\t&lt;h3 class=&quot;contentheading&quot;&gt;&lt;?php the_title(); ?&gt;&lt;\/h3&gt;\r\n    &lt;?php the_content(false); ?&gt;\r\n    &lt;?php if(preg_match(&quot;\/\\&lt;\\!\\-\\-more\\-\\-\\&gt;\/&quot;, $post-&gt;post_content)) { ?&gt;\r\n\t&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; class=&quot;readon&quot;&gt;&lt;?php _re('Read more &amp;raquo;'); ?&gt;&lt;\/a&gt;\r\n\t&lt;?php } ?&gt;\r\n    &lt;?php endwhile;?&gt;\r\n<\/pre>\n<p>more detail about customization please refer<br \/>\nReference link http:\/\/codex.wordpress.org\/Template_Tags\/query_posts<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here is the code to show all post form category. &lt;?php query_posts(&#8216;category_name=news&amp;showposts=3&#8217;); ?&gt; &lt;?php while (have_posts()) : the_post(); ?&gt; &lt;h3 class=&quot;contentheading&quot;&gt;&lt;?php the_title(); ?&gt;&lt;\/h3&gt; &lt;?php the_content(false); ?&gt; &lt;?php if(preg_match(&quot;\/\\&lt;\\!\\-\\-more\\-\\-\\&gt;\/&quot;, $post-&gt;post_content)) { ?&gt; &lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; class=&quot;readon&quot;&gt;&lt;?php _re(&#8216;Read more &amp;raquo;&#8217;); ?&gt;&lt;\/a&gt; &lt;?php } ?&gt; &lt;?php endwhile;?&gt; more detail about customization please refer Reference link http:\/\/codex.wordpress.org\/Template_Tags\/query_posts<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17,5],"tags":[123,124,125,126,127,725,128],"class_list":["post-264","post","type-post","status-publish","format-standard","hentry","category-tips-n-tricks","category-wordpress","tag-how-to-show-posts-from-specific-category-in-wordpress","tag-post-from-specific-category","tag-post-from-wordpress-category","tag-query-post-from-category","tag-show-all-post-from-specific-category","tag-wordpress","tag-wordpress-category-post"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/264","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=264"}],"version-history":[{"count":3,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/264\/revisions"}],"predecessor-version":[{"id":703,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/264\/revisions\/703"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=264"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=264"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}