Hello,
Thanks for reaching here.
This plugin display featured post.
if you want to display all post then you need to customize the plugin because there is no option available to do that as per your requirement.
You can customize the plugin by modifying this file featured-post-creative/includes/shortcode/wpfp-recent-post-grid.php
find the following code
$args['meta_query'] = array(
array(
'key' => $prefix.'featured_post',
'value' => 1,
'compare' => '=',
));
just comment on this code or remove and then check.
Note:-if you customize the plugin your changes will lose when the plugin will update in the future.
Thanks