Slide 20
Slide 20 text
register_post_type(
'evento', array(
'Labels' => array('name' => 'Eventos', 'singular_name' => 'evento'),
'public' => TRUE,
'rewrite'=> array( 'slug' => 'evento'),
'has_archive' => TRUE,
'supports' => array( 'title', 'author', 'revisions')
)
);
https://codex.wordpress.org/Function_Reference/register_post_type