Featured Image for 3rd level pages
-
Hi,
I would like to automatically get the featured image from the parent page to the 2nd and 3rd child level pages.
Second level page is not a problem (see hack below) but I cant get the 3rd level page to automatically get it.
I’m using the fowolling code:
<?php the_post_thumbnail( 'full' ); ?> // Regular call for the featured image <?php global $post; echo get_the_post_thumbnail($post->post_parent, 'full'); ?> // Hack so the secundary or child page get the featured image from their parents
With this code I get the same featured image I picked on the first level to be passed automatically to theird child page but not to the third level ones.
- First Menu Item (Uses fi.jp as a featured image)
- Child page 1 (gets same jpg using the hack from above)
- Third page or second child page (won’t get the featured image)
- Second Menu Item
Please help!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Featured Image for 3rd level pages’ is closed to new replies.