Advertisement
Guest User

Untitled

a guest
May 28th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. function estate(){register_post_type('nieruchomosci',array('labels'=>array('name'=>'Nieruchomości','add_new'=>'Dodaj nową','add_new_item'=>'Dodaj nową nieruchomość'),'public'=>true,
  2.  
  3.  
  4.        
  5.  
  6.  
  7.           'taxonomies'          => array( 'category', 'post_tag' ),    
  8.        
  9.        
  10.        
  11.  
  12.  
  13.  
  14. 'supports'=>array('title','editor','thumbnail')));
  15.  
  16.  
  17.  
  18.  
  19. }add_action('init','estate');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement