Создал
register_post_type(
'blog',
array(
'label' => null,
'labels' => array(
'name' => 'Блоги',
'singular_name' => 'Блог',
'add_new' => 'Добавить запись',
'add_new_item' => 'Добавление записи',
'edit_item' => 'Редактировать запись',
'new_item' => 'Новая запись',
'view_item' => 'Смотреть запись',
'search_items' => 'Искать запись',
'not_found' => 'Запись не найдена',
'not_found_in_trash' => 'Не найдено в корзине',
'menu_name' => 'Блоги',
),
'description' => '',
'public' => true,
'publicly_queryable' => true,
'exclude_from_search' => false,
'show_ui' => true,
'show_in_menu' => true,
'show_in_admin_bar' => true,
'show_in_nav_menus' => true,
'menu_position' => 5,
'menu_icon' => 'dashicons-groups',
'hierarchical' => false,
'supports' => array(
'title',
'editor',
'author',
'thumbnail',
'excerpt',
'custom-fields',
'comments',
'revisions'
),
'taxonomies' => array(
'category',
'post_tag'
),
'has_archive' => true,
'rewrite' => true,
'query_var' => true,
'show_in_rest' => true,
) );
Рубрики оставил стандартные.
Теперь вопрос, хочу сделать отдельный темплейт для типа записей.
есть фай archive.php
и создал archive-blog.php , но все равно почему то отдается приоритет файлу archive.php