Custom Functions Wordpress.
<?php /* Service Post Start */ function register_services_post_type() { $labels = array( 'name' => _x('Services', 'post type general name'), 'singular_name' => _x('Service', 'post type singular name'), 'menu_name' => _x('Services', 'admin menu'), 'name_admin_bar' => _x('Service', 'add new on admin bar'), 'add_new' => _x('Add New', 'service'), 'add_new_item' => __('Add New Service'), 'new_item' => __('New Service'), 'edit_item' => __('Edit Service'), ...