• I have a page in which I’ve applied a template I’ve created. I’ve added some custom fields to this page. I want these custom field to be added to the template so I can see them on the page. How do I do that?

    I found out how to do it.
    get_post_meta($post_id, $key, $single);

    But I need an example of the exact code to put in my template since I’ve tried all options and it’s still not working.

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Print Custom Fields on Page…’ is closed to new replies.