Viewing 3 replies - 16 through 18 (of 18 total)
  • Well done, difreo. Added the 0 to my init function and I can now add images with the Media Picker.

    For reference, my code is as follows (register_post_type arguments omitted for clarity):

    add_action('init', 'banner_register', 0);
    
    function banner_register() {
      register_post_type(…);
    }

    Aw h*ll yes….nice work difreo and bbloye! Real well done. Special thanks to you guys. ??

    Is this going to be a update to fix this problem? I don’t even have anything in my function to get my custom fields and I am having the same problem…

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘[Plugin: Custom Field Template] Media picker not inserting’ is closed to new replies.