How many testimonials can I show on the "Feedback" page?

This support request was posted in General Support by SADK81

Request ID #1438 Resolved
  • I have 8 testimonials to show on the site but only 5 are showing up. Can I extend it to 8?

    Thanks!

    Juanfra Aldasoro

    Hi There,

    Thanks for writing.

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

    Best,
    Juan.

    Juanfra Aldasoro

    Hi,

    If you refer to the Feedback template, you need to do the following:

    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.

    Thank you!

    Juanfra Aldasoro

    No worries 🙂

    Have a nice weekend.
    Juan.

Viewing 5 posts - 1 through 5 (of 5 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