Yes it says in the php
‘post_type’ => youxi_portfolio_cpt_name(),’
So im pretty sure thats right.
When you say run a test, I dont really know what that means, im not very good with php.
Where do i need to place this code? at the moment its at the top of my functions.php file.
‘function brickwork_add_subtitles_support() {
add_post_type_support( ‘youxi_portfolio_cpt_name’, ‘subtitles’ );
}
add_action( ‘init’, ‘brickwork_add_subtitles_support’ );’