Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m also see that the plug in is only showing five questions – even though I have more posted. And the Categories don’t seem to be working either. And the Short Code (the FAQs) are appearing above the other content even though I have the code below the content. I’m up-to-date with version 1.3. Any ideas?

    Change the code below. You can see it in wp-awesome-faq/index.php file.

    $args = array( ‘posts_per_page’ => 5
    change “5” what you want.

    // Getting FAQs from WordPress Awesome FAQ plugin's Custom Post Type questions
    $args = array( 'posts_per_page' => 5, 'post_type' => 'faq', 'order'=>"DESC");
    $query = new WP_Query( $args );
    Plugin Author Liton Arefin

    (@litonice13)

    Hi cawoodmarketing and capanoglu,

    I am very sorry for this issue. I really forgot to solve this posts_per_page issue. I will update this plugin within 2-3 days. It will be solved. Please be patience.

    Colin

    (@colinsafranek)

    +1

    Is there an update yet?

    The problem still exists and I don’t see a new version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I can not post more than 5 questions!’ is closed to new replies.