Support

Account

Home Forums Backend Issues (wp-admin) Add field group to specific post in Custom Post Type Reply To: Add field group to specific post in Custom Post Type

  • Hi @Hube2

    Thanks again for the bug report. I have tracked down and fixed the issue.

    The issues seems to come from a core WP function called get_pages which is not currently working well with custom post types in WP 3.7.1

    I have updated the code to use the better get_posts function and you can find the update on github.

    Thanks
    E