Custom Post type for wordpress using code

https://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/ Place the following code in function.php in theme //yang added items // Our custom post type function function create_posttype() { register_post_type( 'coinObject', // CPT Options array( 'labels' => array(…