Change display wp post type to wp custom post type
Custom post types are new post types you can create. A custom post type can be added to WordPress via the register_post_type() function. This function allows you to define a new post type by its labels, supported features, availability and other specifics. Note that you must call register_post_type() before the admin_menu and after the after_setup_theme … Read more