Guest User

Untitled

a guest
Jan 22nd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <?php
  2. register_post_type('service', array( 'label' => 'Service','description' => 'List of Service','public' => true,'show_ui' => true,'show_in_menu' => true,'capability_type' => 'post','hierarchical' => false,'rewrite' => array('slug' => ''),'query_var' => true,'supports' => array('title','editor','excerpt','page-attributes',),'labels' => array (
  3. 'name' => 'Service',
  4. 'singular_name' => 'Service',
  5. 'menu_name' => 'Service',
  6. 'add_new' => 'Add Service',
  7. 'add_new_item' => 'Add New Service',
  8. 'edit' => 'Edit',
  9. 'edit_item' => 'Edit Service',
  10. 'new_item' => 'New Service',
  11. 'view' => 'View Service',
  12. 'view_item' => 'View Service',
  13. 'search_items' => 'Search Service',
  14. 'not_found' => 'No Service Found',
  15. 'not_found_in_trash' => 'No Service Found in Trash',
  16. 'parent' => 'Parent Service',
  17. ),) );
  18. ?>
Add Comment
Please, Sign In to add comment