[ 'name' => 'Projects', 'singular_name' => 'Project', 'add_new' => 'Add New Project', 'edit_item' => 'Edit Project', ], 'public' => true, 'show_in_rest' => true, 'menu_icon' => 'dashicons-hammer', 'supports' => ['title', 'editor', 'thumbnail', 'custom-fields'], 'has_archive' => true, ]); register_post_type('site_log', [ 'labels' => [ 'name' => 'Site Logs', 'singular_name' => 'Site Log', 'add_new' => 'Add New Log', 'edit_item' => 'Edit Log', ], 'public' => true, 'show_in_rest' => true, 'menu_icon' => 'dashicons-camera', 'supports' => ['title', 'editor', 'thumbnail'], ]); }); // Inject Dark Theme Styles add_action('wp_head', function() { ?>