[post-content post_name=»resto-package»] To display a list of posts within anoher post, you want to use the [post-list] shortcode. To display a list of all pages (post_type=page) on this site, the usage would look like:
[post-list post_type=»page»] By default, this plugin will display all posts that match the specified criteria (except for the current post). To limit the number of posts that are displayed, you should add the numberposts argument to the shortcode. That would look like: [post-list post_type=»page» numberposts=15]