Support

Account

Home Forums Front-end Issues problems with post edit/add Reply To: problems with post edit/add

  • Hi @savvaskef

    You can find the field group ID by editing the field group and looking in the URL. You will see a post_id=xxx

    the xxx is the field group ID. This is the number which you can use in the args like so:

    field_groups => array( xxx )

    Does that help?

    Thanks
    E