declare the custom post type. in your functions.php: $labelsCourse = array( 'name' => 'Course', 'singular_name' => 'Course', 'add_new' => 'Add New', ...
確定! 回上一頁