can_export' => true, 'has_archive' => '/development/git', 'exclude_from_search' => false, 'publicly_queryable' => true, 'rewrite' => $rewrite, 'capability_type' => 'page', ); register_post_type( 'git', $args ); } add_action( 'init', 'projects_git', 0
↧