NiceThemesfeatured image of pages – NiceThemes http://nicethemeswp.com/forums/topic/featured-image-of-pages/feed/ Wed, 23 Apr 2025 14:37:12 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/featured-image-of-pages/#post-2657 <![CDATA[featured image of pages]]> http://nicethemeswp.com/forums/topic/featured-image-of-pages/#post-2657 Mon, 09 Dec 2013 13:41:52 +0000 nagmanikumar007 Featured image is not showing in the inside pages, see i uploaded featured images in this page from admin but it’s not showing the fetaured images

Reply To: Navigation Menu Item Font Size

]]>
http://nicethemeswp.com/forums/topic/featured-image-of-pages/#post-2658 <![CDATA[Reply To: featured image of pages]]> http://nicethemeswp.com/forums/topic/featured-image-of-pages/#post-2658 Mon, 09 Dec 2013 14:16:02 +0000 Juanfra Aldasoro Hello there,

Thanks for writing. The page template isn’t meant to display the featured image. The featured image box is there with other purposes.

However, you can include the following code, on the file page.php (line 25 approximately):


< ?php if ( has_post_thumbnail() ) : ?>

		

< ?php endif; ?>

NOTE: Please make sure to remove the blank space between the < and the ?php

Best,
Juan.

]]>