$args = array(
‘labels’ => $labels,
‘singular_label’ => esc_html_x( ‘Practicas’, ‘post type singular name’, ‘struct’ ),
‘public’ => true,
‘show_ui’ => true,
‘capability_type’ => ‘post’,
‘hierarchical’ => false,
‘has_archive’ => _x( ‘diy-archive’, ‘post type archive slug’, ‘struct’ ),
‘rewrite’ => array( ‘slug’ => esc_html_x( ‘practicas’, ‘post type slug’, ‘struct’ ) ),
‘menu_position’ => 5,
‘supports’ => array( ‘title’, ‘editor’, ‘thumbnail’, ‘author’, ‘excerpt’, ‘comments’, ‘trackbacks’, ‘revisions’ ),
‘menu_icon’ => ‘dashicons-location-alt’,
‘show_in_rest’ => true,
‘supports’ => array(‘editor’)

);
register_post_type( ‘struct_diy’, $args );

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *