Category: Uncategorized
-
Meet the Community (Bios)
Welcome to Building 4th. /** * Register `team` post type */ function team_post_type() { // Labels $labels = array( ‘name’ => _x(“Team”, “post type general name”), ‘singular_name’ => _x(“Team”, “post type singular name”), ‘menu_name’ => ‘Team Profiles’, ‘add_new’ => _x(“Add New”, “team item”), ‘add_new_item’ => __(“Add New Profile”), ‘edit_item’ => __(“Edit Profile”), ‘new_item’ => __(“New…