add_action( 'init', 'registrar_novo_post_type' ); function registrar_novo_post_type() { $args = array( 'public' => true, 'label' => 'Projetos', 'supports' => array( 'title', 'editor', 'thumbnail' ) ); register_post_type( 'projetos', $args ); }
Um novo site WordPress está sendo criado e será publicado em breve