'Projects', 'singular_name' => 'Project', 'menu_name' => 'Projects', 'name_admin_bar' => 'Project', 'add_new' => 'Add New Project', 'add_new_item' => 'Add New Project', 'edit_item' => 'Edit Project', 'new_item' => 'New Project', 'view_item' => 'View Project', 'search_items' => 'Search Projects', 'not_found' => 'No projects found', 'not_found_in_trash' => 'No projects found in trash' ); $args = array( 'labels' => $labels, 'public' => true, 'menu_icon' => 'dashicons-portfolio', 'supports' => array('title', 'editor', 'thumbnail', 'excerpt'), 'has_archive' => true, 'rewrite' => array('slug' => 'projects'), 'show_in_menu' => true, 'taxonomies' => array('project_category') // Link taxonomy to this CPT ); register_post_type('projects', $args); } add_action('init', 'create_cpt_projects'); // Create "Project Categories" Taxonomy function create_project_categories_taxonomy() { $labels = array( 'name' => 'Project Categories', 'singular_name' => 'Project Category', 'search_items' => 'Search Categories', 'all_items' => 'All Categories', 'edit_item' => 'Edit Category', 'update_item' => 'Update Category', 'add_new_item' => 'Add New Category', 'new_item_name' => 'New Category Name', 'menu_name' => 'Categories', ); $args = array( 'hierarchical' => true, // Like post categories 'labels' => $labels, 'show_ui' => true, 'show_admin_column' => true, 'query_var' => true, 'rewrite' => array('slug' => 'project-category'), 'show_in_rest' => true // Important for Elementor ); register_taxonomy('project_category', 'projects', $args); } add_action('init', 'create_project_categories_taxonomy'); // Enable Elementor for "Projects" CPT function enable_elementor_for_projects($post_types) { $post_types[] = 'projects'; return $post_types; } add_filter('elementor/cpt_support', 'enable_elementor_for_projects'); // Enable Elementor for custom taxonomies function enable_elementor_for_project_categories() { add_post_type_support('projects', 'elementor'); } add_action('init', 'enable_elementor_for_project_categories'); ?>

Denys: Air Quality Tests In Prison Village

denys

The Haren prison village represents one of Belgium’s recent initiatives to address issues related to overcrowded prisons and deteriorating penitentiary infrastructure. The Haren facility is designed to accommodate 1,190 detainees. In addition to the prison overcrowding problem, the project targeted to achieve the maximum ratio between health, indoor well-being, and comfort with a minimum environmental impact following an “Energy Neutral Building” concept. The project was built on a 15-hectare site near Brussels and comprised 17 building units of 116,000 m2…

;