Custom fields not showing in page template
-
What I use in the regular page.php which works fine.
<?php $page_image = get_post_custom_values('page_image'); ?> <?php echo $page_image[0]; ?>
But when used in a custom page template, the kind you specify with
/* Template Name: HOME */
The custom field does not show up. It is specified in the page that uses the custom page template.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Custom fields not showing in page template’ is closed to new replies.