{"id":1189,"date":"2013-12-15T09:10:31","date_gmt":"2013-12-15T09:10:31","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=1189"},"modified":"2022-02-17T07:14:03","modified_gmt":"2022-02-17T07:14:03","slug":"post","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/pages-wordpress\/post","title":{"rendered":"Post"},"content":{"rendered":"<h4>\nIndividual Post File<br \/>\n<\/h4>\n<p>\nsingle.php\n<\/p>\n<p>\n&nbsp;\n<\/p>\n<h4>\nShowing the posts featured image<br \/>\n<\/h4>\n<p>\nUse this in single.php:\n<\/p>\n<pre>\r\n<code>\r\n  &lt;?php\r\n  \/\/&gt;&gt;&gt;&gt;&gt; SPECIAL - SHOW THE FEATURED IMAGE\r\n  if ( has_post_thumbnail() ) { \/\/ check if the post has a Post Thumbnail assigned to it.\r\n    the_post_thumbnail(  );\t\t\/*Size is set in style.css*\/\r\n  }\r\n  \/\/&lt;&lt;&lt;&lt;&lt;\r\n  ?&gt;\r\n\r\n<\/code><\/pre>\n<p>\nTo set the size and use &#39;auto&#39; to gkeep the image proportioned correctly, use this in style.css:\n<\/p>\n<pre>\r\n<code>\r\nimg.wp-post-image {max-width:600px;height:auto;} \/*Set size of featured image in posts*\/\r\n<\/code><\/pre>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Individual Post File single.php &nbsp; Showing the posts featured image Use this in single.php: &lt;?php \/\/&gt;&gt;&gt;&gt;&gt; SPECIAL &#8211; SHOW THE FEATURED IMAGE if ( has_post_thumbnail() ) { \/\/ check if the post has a Post Thumbnail assigned to it. the_post_thumbnail( ); \/*Size is set in style.css*\/ } \/\/&lt;&lt;&lt;&lt;&lt; ?&gt; To set the size and use [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[120],"tags":[],"class_list":["post-1189","post","type-post","status-publish","format-standard","hentry","category-pages-wordpress"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=1189"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1189\/revisions"}],"predecessor-version":[{"id":1191,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1189\/revisions\/1191"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=1189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=1189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=1189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}