function svh_register_archiv_post_type() { register_post_type('archiv', array( 'labels' => array( 'name' => 'Archiv', 'singular_name' => 'Archiv Eintrag' ), 'public' => true, 'has_archive' => true, 'rewrite' => array('slug' => 'archiv'), 'supports' => array( 'title', 'editor', 'thumbnail', 'comments', 'author' ), 'show_in_rest' => true ) ); } add_action('init', 'svh_register_archiv_post_type'); function svh_register_taxonomies() { register_taxonomy( 'sparte', 'archiv', array( 'label' => 'Sparte', 'hierarchical' => true, 'show_in_rest' => true ) ); register_taxonomy( 'jahrzehnt', 'archiv', array( 'label' => 'Jahrzehnt', 'hierarchical' => true, 'show_in_rest' => true ) ); } add_action('init', 'svh_register_taxonomies'); Hello world! - staging.almotzki.com

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

1 Gedanke zu „Hello world!“

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Nach oben scrollen