• Has this new version be beta tested at all?

    The latest version misses out some of my FAQs. I have 6 published and only 5 showing?

    I have 3 in the same category….
    1 isnt shown at all
    the 2 others are listed separately, with duplicate Category headings (see other forum post)

    I have tried taking all category settings off, but it still only displays 5 out of the total entries.

    I have some real issues now with this plugin and will have to stop using it until you can show me these bugs have been fixed. It is taking way too much time to manage these issues. Sorry guys. Get it fixed and Ill be back, but not until then.

    https://www.ads-software.com/plugins/wp-awesome-faq/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I found that simply editing the wp-awesome-faq/index.php file to allow more posts per page works. By default it is set to 5. You can find the code ton line 92 of the index.php file. Hope this helps!!

    // Getting FAQs from WordPress Awesome FAQ plugin’s Custom Post Type questions
    $args = array( ‘posts_per_page’ => 15, ‘post_type’ => ‘faq’, ‘order’=>”DESC”);
    $query = new WP_Query( $args );

    Thread Starter grwiffen

    (@grwiffen)

    Yep, that worked, thank you.
    Presumably I’ll have to do that after every u/g to this plugin?

    Plugin Author Liton Arefin

    (@litonice13)

    Hi grwiffen,
    I have noted all the issues. Little busy with other works. I will give another update this week. Please be patience.

    Plugin Author Liton Arefin

    (@litonice13)

    Hi wptrickster,
    By default it is set all the posts. You can limit as like you want. Thanks for understanding.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Missing FAQs in New Version’ is closed to new replies.