Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. Do you have more than one custom field with the same name in your template?
    2. Are you calling the
    <?php echo get_post_meta($post->ID, 'nameofyourfield', true); ?>

    correctly in your template? I suspect you have a problem with 2.

    Further reference:
    Get Post Meta

    Hi,

    I had this problem recently. It was because I had called my field ‘content’ which was a name that was not allowed. Try changing the name of the field.

    Worked for me – but took me a good few hours of frustration and banging my head on the desk.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Custom Field Template] Changing my page subject to "array"’ is closed to new replies.