adding a shortcode into a custom post type
If I understand this correctly it looks like echo ‘<?php do_shortcode(“[inline_upload]”); ?>’; should be echo do_shortcode(“[inline_upload]”); So that it actually runs the short code instead of echoing the code.