Viewing 1 replies (of 1 total)
  • If you go into index.php in the plugin directory on around line 90 you will see this:

    $args = array (
    ‘post_type’ => ‘ccr_faq’,
    );

    I just added this line:

    $args = array (
    ‘post_type’ => ‘ccr_faq’,
    ‘posts_per_page’ => 1000,
    );

Viewing 1 replies (of 1 total)
  • The topic ‘FAQ Limit’ is closed to new replies.