CPTUI doesn’t handle anything for display of content. You’ll need to edit your theme files appropriately using some other tool that handles posts fetching, or code your own solution using something like the WP_Query class to start fetching and outputting the data.
If you’d prefer, we do have our premium https://pluginize.com/plugins/custom-post-type-ui-extended/ plugin that integrates well with CPTUI as well as other post types not created by CPTUI, for display wherever you can place a shortcode. Worth considering, and would cover your need for 5 CPT posts in one page.
ok thansk for your answer!