{"id":73662,"date":"2016-07-21T08:54:37","date_gmt":"2016-07-21T12:54:37","guid":{"rendered":"http:\/\/www.templatemonster.com\/help\/?p=73662"},"modified":"2017-09-08T05:18:03","modified_gmt":"2017-09-08T09:18:03","slug":"wordpress-blogging-themes-how-to-remove-featured-image-from-single-portfolio-page","status":"publish","type":"post","link":"https:\/\/www.templatemonster.com\/help\/wordpress-blogging-themes-how-to-remove-featured-image-from-single-portfolio-page.html","title":{"rendered":"WordPress Blogging themes. How to remove featured image from single portfolio page"},"content":{"rendered":"<p>This tutorial is going to show you how to remove featured image from the single post pages in <a href=\"https:\/\/www.templatemonster.com\/blog-wordpress-themes\/\" title=\"WordPress Blog Themes\">WordPress Blogging themes<\/a>.<\/p>\r\n\r\n <div class=\"video-container\">\r\n\t<iframe src=\"https:\/\/www.youtube.com\/embed\/qK0DybPncyA\"><\/iframe>\r\n<\/div>\r\n<div class=\"inline-banner\">\r\n<a href=\"https:\/\/www.templatemonster.com\/service-center\/\">\r\n<img src=\"\/help\/files\/banners\/inline\/Banner-3-(835-x100).jpg\" \/>\r\n<\/a>\r\n<\/div>\r\n<a class=\"darkbox\" href=\"\/help\/wp-content\/uploads\/2016\/07\/WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_1.jpg\"><img loading=\"lazy\" src=\"\/help\/wp-content\/uploads\/2016\/07\/WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_1-300x202.jpg\" alt=\"WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_1\" width=\"300\" height=\"202\" class=\"alignnone size-medium wp-image-73663\" srcset=\"https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/07\/WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_1-300x202.jpg 300w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/07\/WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_1-150x101.jpg 150w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/07\/WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_1-1024x689.jpg 1024w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/07\/WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_1.jpg 1130w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a>\r\n\r\n<p>In order to remove images from the single posts perform following changes:<\/p>\r\n<ol>\r\n\t<li><p>Connect to your server using FTP or hosting cPanel File Manager.<\/p><\/li>\r\n\t<li>\r\n\t<p>Locate <strong>wp-content\/themes\/theme_name\/template-parts\/content-single.php<\/strong> file (where theme_name is the name of your theme). Download it to your computer and open it with any code editor (we recommend that you use Notepad++ or Sublime Text).<\/p><\/li>\r\n\t<li>\r\n\t\t<p>Use CTRL+H to search for <strong> &quot;post-thumbnail&quot; <\/strong>figure class. You&#8217;ll locate the following code:<\/p>\r\n\t\t<pre class=\"brush:php\">&lt;figure class=&quot;post-thumbnail&quot;&gt;\r\n\t&lt;?php style_park_post_thumbnail( false ); ?&gt;  \r\n&lt;\/figure&gt;&lt;!-- .post-thumbnail --&gt;<\/pre>\r\n\t\t<p>Here is an example of a code you may also find: <\/p>\r\n\t\r\n\t<pre class=\"brush:php\">&lt;figure class=&quot;post-thumbnail&quot;&gt;\r\n\t&lt;?php               \r\n\t$utility-&gt;media-&gt;get_image( array(                       \r\n\t'size'            =&gt; 'bitnews-post-thumbnail-large',                     \r\n\t'class'            =&gt; 'post-thumbnail__img wp-post-image',                      \r\n\t'html'            =&gt; '&lt;img %2$s class=&quot;post-thumbnail__img wp-post-image&quot; src=&quot;%3$s&quot; alt=&quot;%4$s&quot; %5$s &gt;', \r\n\t'placeholder'    =&gt; false,                       \r\n\t'echo'            =&gt; true,                    \r\n\t));              \r\n\t?&gt;    \r\n&lt;\/figure&gt;<\/pre>\r\n\t<\/li>\r\n\t<li><p>Remove\/comment lines above.<\/p><\/li>\r\n\t<li><p>Save the changes to the file and re-upload it to the server.<\/p><\/li>\r\n\t<li><p>Refresh your site to see the changes applied. You&#8217;ll see that the featured image is gone:<\/p>\r\n\t\r\n<a class=\"darkbox\" href=\"\/help\/wp-content\/uploads\/2016\/07\/WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_2.jpg\"><img loading=\"lazy\" src=\"\/help\/wp-content\/uploads\/2016\/07\/WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_2-300x100.jpg\" alt=\"WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_2\" width=\"300\" height=\"100\" class=\"alignnone size-medium wp-image-73664\" srcset=\"https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/07\/WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_2-300x100.jpg 300w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/07\/WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_2-150x50.jpg 150w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/07\/WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_2-1024x342.jpg 1024w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/07\/WordPress_Blogging_themes._How_to_remove_featured_image_from_single_post_page_2.jpg 1280w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a>\t<\/li>\r\n<\/ol>\r\n<p>Feel free to check the detailed video tutorial below:<\/p>\r\n<a href=\"http:\/\/www.youtube.com\/watch?v=qK0DybPncyA?width=1280&amp;height=720\" rel=\"prettyPhoto\">WordPress Blogging themes. How to remove featured image from single portfolio page<\/a>\r\n<p>Go over our <a href=\"https:\/\/www.templatemonster.com\/wordpress-themes.php\"title=\"WordPress Themes\">full collection of WordPress Themes<\/a>, in case you want something more!<\/p>","protected":false},"excerpt":{"rendered":"<p>This tutorial is going to show you how to remove featured image from the single post pages in WordPress Blogging themes.<\/p>\n","protected":false},"author":55,"featured_media":73665,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[728],"tags":[537,1050,642,2405,2302],"_links":{"self":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/73662"}],"collection":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/users\/55"}],"replies":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/comments?post=73662"}],"version-history":[{"count":1,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/73662\/revisions"}],"predecessor-version":[{"id":83121,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/73662\/revisions\/83121"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/media\/73665"}],"wp:attachment":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/media?parent=73662"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/categories?post=73662"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/tags?post=73662"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}