• I’ve read the codex on customizing custom fields tags, but I must not understand it because I can’t get it to work for me.

    Here’s my situation – I have 7 custom fields for my entries. I need 2 of the custom fields displayed in one area on the page, and the remaining 5 custom fields displayed elsewhere on the page.

    Would anyone be able to show me what I need to do?

    Thanks! ??

Viewing 1 replies (of 1 total)
  • Put this within the loop in your template file, where “my_custom_field” is the name of your custom field:

    <?php echo get_post_meta($id, 'my_custom_field', true); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘need help displaying custom fields, not all together’ is closed to new replies.