Portfolio post type question

I want to use the following code to include Portfolio posts in Jetpack Pbulicize:

add_action('init', 'my_custom_init');
function my_custom_init() {
add_post_type_support( 'portfolio', 'publicize' );
}

I need to know what the name of the custom post type the theme uses for Porfolio posts is though (in bold).   Thanks.

Comments

Sign In or Register to comment.