How to add Featured Image to a Page

21
2.1K followers

Hello,

The last days/weeks I saw some blogs and questions of people who wanted to change their page in a post and vice versa.
So once there was a question of someone: how can I put a featured image into a page?

This goes like this:

REF:
http://wordpress.stackexchange.com/questions/40613...


Add the following line into your theme at the bottom of the functions.php file (with the editor in the appearance menu):

/*
* Add also feature images on pages
*/

add_theme_support( 'post-thumbnails', array( 'post', 'page' ) );

Then in your page.php file and you just add the line below within the page loop:

<?php the_post_thumbnail(); ?>

A loop starts with "<?php while" and ends with "endwhile; ?>", so choose an "empty" line somewhere between these 2 statements and you're good to go...

The function we just added will show your featured image on a page if it has one assigned.

If anybody needs more info or some help with implementing this: Don't hesitate!

Grtz,

Bert

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training

Recent Comments

20

NOW you tell me. LOL, I fiddled with it all weekend long.

Blog is posted on the 3th, I knew you would need this in the weekend...
;-)

sneaky.

Thanks for the lesson.
Saul

With Pleasure Saul...

Grtz,
Bert

Bert, This is a great post, Keep up the good work!

You're Welcome Theresa, thanks for the compliment...

Great post Bert. It helps to know some of the coding steps.

Thanks and when you doubt, don't hesitate to contact me...

another pearl from ignorant...nice touch.

Thanks mate! :-)
I am glad you like it...

Thanks for this! I thought it was impossible to add featured images to a page and I finally understood how and where to add a code :)

Heuj! Glad it can help you... :-)

Great stuff. Thanks

Glad you like it

Thank you was wondering how this was done.

With pleasure

Thanks Bert for this information. Cheers Rian

Of course... And when you have extra questions...

Like always.. I know where to go! ;)

Perfect! Thanks Bert :-)

You are most Welcome of course.... :-)

See more comments

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training