Here you go, I made this shortcode to display any custom post type within your post or page. You can also use do_shortcode function to use this shortcode inside your php file.
Insert the following code inside your theme's functions.php and let the wordpress know about this newly created shortcode by add_shortcode() function.
Insert the following code inside your theme's functions.php and let the wordpress know about this newly created shortcode by add_shortcode() function.