Only five feedback items showing on page.

This support request was posted in BBQ by Jazrupt

Request ID #1449 Resolved
  • Hi there – My feedback panel has 7 items, but my site’s page that uses the feedback template is only showing 5. Could you help advise how to list all entries? Thanks so much!

    Juanfra Aldasoro

    Hi There,

    Thanks for writing.

    Where’s that you’re getting only five? Widget or the Feedback template?

    Best,
    Juan.

    In the page that is set to the Feedback template – http://www.sixstrawberries.com/press/

    Juanfra Aldasoro

    Hi,

    Thanks for your prompt response.

    You need to edit the file template-feedback.php, in line #30 – replace the following code:

    $testimonials = get_posts(	array (	'post_type' => 'feedback', 'order' => 'DESC', 'orderby' => 'menu_order') );
    

    With this one:

    $testimonials = get_posts(	array (	'post_type' => 'feedback', 'order' => 'DESC', 'orderby' => 'menu_order', 'numberposts' => -1 ) ); 
    

    Best,
    Juan.

    That did it – Thanks so much Juan!

    Juanfra Aldasoro

    No problem 🙂

    Have a nice day,
    Juan.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic is marked as resolved

Only the topic author can re-open this thread.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server