Adicionar no ficheiro functions.php do Divi Child:
add_filter( 'et_project_posttype_rewrite_args', 'custom_post_name' );
function custom_post_name () {
return array(
'feeds' => true,
'slug' => 'convite',
'with_front' => false,
);
}
Adicionar no ficheiro functions.php do Divi Child:
add_filter( 'et_project_posttype_rewrite_args', 'custom_post_name' );
function custom_post_name () {
return array(
'feeds' => true,
'slug' => 'convite',
'with_front' => false,
);
}