Support

Account

Home Forums Front-end Issues Can't get post_title or post_content fields Reply To: Can't get post_title or post_content fields

  • I found this fellas great solution.

    http://wordpress.stackexchange.com/questions/9912/front-end-post-editing-using-a-form

    However it is for v4. I made a pretty little change, then everything works fine:
    add_action(‘acf/include_fields’, ‘my_register_fields’);