• Resolved shafterp

    (@shafterp)


    Hello!

    I want to display every post on my grid, even the not featured ones. Is there a way I can do it?

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    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

Viewing 1 replies (of 1 total)
  • The topic ‘Display all posts’ is closed to new replies.