Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter johorbahru

    (@johorbahru)

    could anyone helps?

    Hi,

    You need to output the fields in your php template files.

    <?php echo get_post_meta($post->ID, 'nameofyourfield', true); ?>

    Also read up on custom fields (the CFT is just a fancy interface for WordPress Custom Fields)
    Custom Fields

    My problem is with custom files type, when i put <?php echo get_post_meta($post->ID, ‘nameofyourfield’, true); ?>, i show the ID of the post not de URL of the file.
    Who can i do??

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Custom Field Template] Custom Field Does Not Appear On Post’ is closed to new replies.