Get Custom Field From Page
-
Hello,
I’ve setup a simple travel package page and it has a few subpages. On each of these pages I have at the top a price, duration and travel location custom field. At the moment I’ve got to fill them out on all the sub pages. Is there a way I can get custom field froma certain page so I don’t have to fill them all out individually. I was looking at somwething like this but It looks as though it only works on posts:
<?php echo get_post_meta($post->ID, 'key', true); ?>
Thank you Very Much,
Dan
- The topic ‘Get Custom Field From Page’ is closed to new replies.