Viewing 1 replies (of 1 total)
  • Plugin Author Chaser324

    (@chaser324)

    This should be possible by setting the proper parameters. Something like this, I think should work:

    <?php if (function_exists('fpg_show')) {
                $args = array( 'post_type' => 'page',
                               'page_id' => '1,2,3,4' );
                echo fpg_show($args);
            }?>
Viewing 1 replies (of 1 total)
  • The topic ‘Can Featured Posts Grid link to single page?’ is closed to new replies.