• I understand that all I am doing is adding file references to the post, that is perfect, I will add them to the output in the theme template file, but the problem is, for a custom post type (DIVI theme “project”), there is no dialog to add the attachments?

Viewing 1 replies (of 1 total)
  • I had this same problem, specifically for woocommerce products.

    i went to the classes folder in the plugin and edited the class.attachments file here:

    // all post types to utilize (string|array)
    ‘post_type’ => array( ‘post’, ‘page’, ‘product’ ),

    i added ‘product’ to the string to get it to show up in woocommerce. add whichever post type, in your case, project to the string.

Viewing 1 replies (of 1 total)
  • The topic ‘No input on custom post type editor’ is closed to new replies.