{"id":2577,"date":"2015-05-09T07:25:12","date_gmt":"2015-05-09T07:25:12","guid":{"rendered":"http:\/\/www.vishmax.com\/en\/?p=2577"},"modified":"2015-05-09T07:25:59","modified_gmt":"2015-05-09T07:25:59","slug":"how-to-display-posts-for-a-specific-tag-on-a-page-solved","status":"publish","type":"post","link":"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/","title":{"rendered":"How to display posts for a specific tag on a WordPress page &#8211; solved"},"content":{"rendered":"<p>If you want to show a specific post from a tag on a WordPress page here is one of the best solution. Copy below code into your WP page where you want to display posts from the particular tag. You need to replace the part &#8220;tag=Your-Specific-Tag&#8221; with your tag.<\/p>\n<pre lang=\"php\">\r\n\r\n<?php query_posts('tag=Your-Specific-Tag'); ?>\r\n    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>\r\n<div class=\"thumbnail\">  \r\n        <?php the_post_thumbnail(); ?>\r\n        <h2><a href=\"<?php the_permalink() ?>\" title=\"<?php the_title(); ?>\"><?php the_title(); ?><\/a><\/h2>  \r\n        <p class=\"datetime\"><?php the_time('l, F j, Y G:i'); ?><\/p>  \r\n        <?php the_content('Continue...'); ?>  \r\n        <div class=\"postmeta\">  \r\n            <p><?php the_category(', '); ?> - <a href=\"<?php the_permalink() ?>\" title=\"Show Comments\">  \r\n        <span class=\"comm\"><?php comments_number('0 Comments','1 Comment','% Comments'); ?><\/span><\/a><\/p>  \r\n        <\/div>\r\n    <\/div>  \r\n<?php endwhile; endif; ?>\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If you want to show a specific post from a tag on a WordPress page here is one of the best solution. Copy below code into your WP page where you want to display posts from the particular tag. You need to replace the part &#8220;tag=Your-Specific-Tag&#8221; with your tag.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[44],"tags":[72,83],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.2.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to display posts for a specific tag on a WordPress page - solved - Vishmax.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to display posts for a specific tag on a WordPress page - solved - Vishmax.com\" \/>\n<meta property=\"og:description\" content=\"If you want to show a specific post from a tag on a WordPress page here is one of the best solution. Copy below code into your WP page where you want to display posts from the particular tag. You need to replace the part &#8220;tag=Your-Specific-Tag&#8221; with your tag.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/\" \/>\n<meta property=\"og:site_name\" content=\"Vishmax.com\" \/>\n<meta property=\"article:published_time\" content=\"2015-05-09T07:25:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-05-09T07:25:59+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"http:\/\/www.vishmax.com\/en\/#\/schema\/person\/785fa94b56eb17ae7706d30777d6ab93\"},\"headline\":\"How to display posts for a specific tag on a WordPress page &#8211; solved\",\"datePublished\":\"2015-05-09T07:25:12+00:00\",\"dateModified\":\"2015-05-09T07:25:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/\"},\"wordCount\":64,\"publisher\":{\"@id\":\"http:\/\/www.vishmax.com\/en\/#organization\"},\"keywords\":[\"Code Library\",\"WP Snippets\"],\"articleSection\":[\"Labs\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/\",\"url\":\"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/\",\"name\":\"How to display posts for a specific tag on a WordPress page - solved - Vishmax.com\",\"isPartOf\":{\"@id\":\"http:\/\/www.vishmax.com\/en\/#website\"},\"datePublished\":\"2015-05-09T07:25:12+00:00\",\"dateModified\":\"2015-05-09T07:25:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/www.vishmax.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to display posts for a specific tag on a WordPress page &#8211; solved\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/www.vishmax.com\/en\/#website\",\"url\":\"http:\/\/www.vishmax.com\/en\/\",\"name\":\"Vishmax.com\",\"description\":\"Software Company in Calicut for Web Design and eCommerce\",\"publisher\":{\"@id\":\"http:\/\/www.vishmax.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/www.vishmax.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/www.vishmax.com\/en\/#organization\",\"name\":\"Vishmax.com\",\"url\":\"http:\/\/www.vishmax.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/www.vishmax.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.vishmax.com\/en\/wp-content\/uploads\/2023\/03\/logo-vishmax.png\",\"contentUrl\":\"https:\/\/www.vishmax.com\/en\/wp-content\/uploads\/2023\/03\/logo-vishmax.png\",\"width\":150,\"height\":50,\"caption\":\"Vishmax.com\"},\"image\":{\"@id\":\"http:\/\/www.vishmax.com\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"http:\/\/www.vishmax.com\/en\/#\/schema\/person\/785fa94b56eb17ae7706d30777d6ab93\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/www.vishmax.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e218268870406c917d20b442936d9e68?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e218268870406c917d20b442936d9e68?s=96&d=monsterid&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/www.vishmax.com\/en\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to display posts for a specific tag on a WordPress page - solved - Vishmax.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/","og_locale":"en_US","og_type":"article","og_title":"How to display posts for a specific tag on a WordPress page - solved - Vishmax.com","og_description":"If you want to show a specific post from a tag on a WordPress page here is one of the best solution. Copy below code into your WP page where you want to display posts from the particular tag. You need to replace the part &#8220;tag=Your-Specific-Tag&#8221; with your tag.","og_url":"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/","og_site_name":"Vishmax.com","article_published_time":"2015-05-09T07:25:12+00:00","article_modified_time":"2015-05-09T07:25:59+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/#article","isPartOf":{"@id":"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/"},"author":{"name":"admin","@id":"http:\/\/www.vishmax.com\/en\/#\/schema\/person\/785fa94b56eb17ae7706d30777d6ab93"},"headline":"How to display posts for a specific tag on a WordPress page &#8211; solved","datePublished":"2015-05-09T07:25:12+00:00","dateModified":"2015-05-09T07:25:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/"},"wordCount":64,"publisher":{"@id":"http:\/\/www.vishmax.com\/en\/#organization"},"keywords":["Code Library","WP Snippets"],"articleSection":["Labs"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/","url":"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/","name":"How to display posts for a specific tag on a WordPress page - solved - Vishmax.com","isPartOf":{"@id":"http:\/\/www.vishmax.com\/en\/#website"},"datePublished":"2015-05-09T07:25:12+00:00","dateModified":"2015-05-09T07:25:59+00:00","breadcrumb":{"@id":"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.vishmax.com\/en\/labs\/how-to-display-posts-for-a-specific-tag-on-a-page-solved\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/www.vishmax.com\/en\/"},{"@type":"ListItem","position":2,"name":"How to display posts for a specific tag on a WordPress page &#8211; solved"}]},{"@type":"WebSite","@id":"http:\/\/www.vishmax.com\/en\/#website","url":"http:\/\/www.vishmax.com\/en\/","name":"Vishmax.com","description":"Software Company in Calicut for Web Design and eCommerce","publisher":{"@id":"http:\/\/www.vishmax.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.vishmax.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/www.vishmax.com\/en\/#organization","name":"Vishmax.com","url":"http:\/\/www.vishmax.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/www.vishmax.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.vishmax.com\/en\/wp-content\/uploads\/2023\/03\/logo-vishmax.png","contentUrl":"https:\/\/www.vishmax.com\/en\/wp-content\/uploads\/2023\/03\/logo-vishmax.png","width":150,"height":50,"caption":"Vishmax.com"},"image":{"@id":"http:\/\/www.vishmax.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"http:\/\/www.vishmax.com\/en\/#\/schema\/person\/785fa94b56eb17ae7706d30777d6ab93","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/www.vishmax.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e218268870406c917d20b442936d9e68?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e218268870406c917d20b442936d9e68?s=96&d=monsterid&r=g","caption":"admin"},"url":"https:\/\/www.vishmax.com\/en\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.vishmax.com\/en\/wp-json\/wp\/v2\/posts\/2577"}],"collection":[{"href":"https:\/\/www.vishmax.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.vishmax.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.vishmax.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vishmax.com\/en\/wp-json\/wp\/v2\/comments?post=2577"}],"version-history":[{"count":0,"href":"https:\/\/www.vishmax.com\/en\/wp-json\/wp\/v2\/posts\/2577\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.vishmax.com\/en\/wp-json\/wp\/v2\/media?parent=2577"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vishmax.com\/en\/wp-json\/wp\/v2\/categories?post=2577"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vishmax.com\/en\/wp-json\/wp\/v2\/tags?post=2577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}