Subtitles on custom post types
-
Hi there,
Im trying to add the subtitles to custom post types, but its not showing up. My theme name is brickwork and im adding this into the functions.php
‘function brickwork_add_subtitles_support() {
add_post_type_support( ‘youxi_portfolio_cpt_name’, ‘subtitles’ );
}
add_action( ‘init’, ‘brickwork_add_subtitles_support’ );’Am i doing something wrong? im not sure if that is the correct slug for the portfolio items, how do i find it?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Subtitles on custom post types’ is closed to new replies.