Put this in the functions file.
function custom_project_name () {
return array(
'feeds' => true,
'slug' => 'videos',
'with_front' => false,
);
}
add_filter( 'et_project_posttype_rewrite_args', 'custom_project_name ' );
Put this in the functions file.
function custom_project_name () {
return array(
'feeds' => true,
'slug' => 'videos',
'with_front' => false,
);
}
add_filter( 'et_project_posttype_rewrite_args', 'custom_project_name ' );