cescar
The post industry appeared first on GenerateWP.
cescar
// Register Custom Taxonomy
function industry() {
$labels = array(
'name' => _x( 'Industries', 'Taxonomy General Name', 'cescar' ),
'singular_name' => _x( 'Industry', 'Taxonomy Singular Name', 'cescar' ),
'menu_name' => __( 'Industries', 'cescar' ),
'all_items' => __( 'All Industries', 'cescar' ),
'parent_item' => __( 'Parent Industry', 'cescar' ),
'parent_item_colon' => __( 'Parent Industry:', 'cescar' ),
'new_item_name' => __( 'New Industry Name', 'cescar' ),
'add_new_item' => __( 'Add New Industry', 'cescar' ),
'edit_item' => __( 'Edit Industry', 'cescar' ),
'update_item' => __( 'Update Industry', 'cescar' ),
'view_item' => __( 'View Industry', 'cescar' ),
'separate_items_with_commas' => __( 'Separate Industry with commas', 'cescar' ),
'add_or_remove_items' => __( 'Add or remove Industry', 'cescar' ),
'choose_from_most_used' => __( 'Choose from the most used', 'cescar' ),
'popular_items' => __( 'Popular Industry', 'cescar' ),
'search_items' => __( 'Search Industry', 'cescar' ),
'not_found' => __( 'Not Found Industry', 'cescar' ),
'no_terms' => __( 'No Industries', 'cescar' ),
'items_list' => __( 'Industries list', 'cescar' ),
'items_list_navigation' => __( 'Industries list navigation', 'cescar' ),
);
$args = array(
'labels' => $labels,
'hierarchical' => false,
'public' => true,
'show_ui' => true,
'show_admin_column' => true,
'show_in_nav_menus' => true,
'show_tagcloud' => true,
'show_in_rest' => true,
);
register_taxonomy( 'industry', array( 'cnc_machine', ' cnc_service' ), $args );
}
add_action( 'init', 'industry', 0 );
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | tax_machine_type | 0 | 8.26 | 27-01-2026 |
| 2 | cnc-machine | 0 | 16.53 | 26-01-2026 |
| 3 | cpt_cnc_materials | 0 | 8.4 | 26-01-2026 |
| 4 | cpt_cnc_services | 0 | 8.4 | 26-01-2026 |
| 5 | Applications | 0 | 8.26 | 27-01-2026 |
| 6 | Untitled Snippet | 0 | 12.47 | 13-01-2026 |
| 7 | Standart | 0 | 15.73 | 06-01-2026 |
| 8 | hgrjtj | 0 | 8.26 | 13-01-2026 |
| 9 | Business | 0 | 10 | 18-06-2026 |
| 10 | Business | 0 | 10 | 28-05-2026 |