• I would like to extend the number of shown testimonials.

    I found these two php pages which i edited:
    featured-main-hook.php

    i added this info

    $biography_fs_posts[][‘biography-fs-pages-ids’] = $biography_customizer_saved_options[‘biography-fs-page-4’];
    $biography_fs_posts[][‘biography-fs-pages-ids’] = $biography_customizer_saved_options[‘biography-fs-page-5’];

    and changed the number 3 to 5

    if( !empty( $biography_fs_posts_ids )){
    $biography_fs_args = array(
    ‘post_type’ => ‘page’,
    ‘post__in’ => $biography_fs_posts_ids,
    ‘posts_per_page’ => 5,
    ‘orderby’ => ‘post__in’

    foreach( $biography_slider_arrays as $biography_slider_array ){
    if( 5 < $i){
    break;

    homepage-testimonial.php

    $biography_home_testimonial_posts[3][‘biography-home-testimonial-pages-ids’] = $biography_customizer_saved_options[‘biography-home-testimonial-page-4’];
    $biography_home_testimonial_posts[4][‘biography-home-testimonial-pages-ids’] = $biography_customizer_saved_options[‘biography-home-testimonial-page-5’];

    if( !empty( $biography_home_testimonial_posts_ids )){
    $biography_home_testimonial_args = array(
    ‘post_type’ => ‘page’,
    ‘post__in’ => $biography_home_testimonial_posts_ids,
    ‘posts_per_page’ => 5,
    ‘orderby’ => ‘post__in

    But i think i need to change something else because at the Home/Front review section there are still 3 options instead of 5

    Can you guide me again?

    Best regards
    Frans van Huizen

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey fvhuizen

    First of all thank you for choosing Biography theme.

    To be specific this feature is not available on the free version and is only available on the pro version of the theme. Check out this link to find more awesome features of the pro version here: https://themepalace.com/shop/wordpress-themes/biography-pro/

    Alternatively, you can do this by making Child Theme.

    Hope this helps resolving your query. If you have any more questions feel free to post.

    Best Regards!!

    Thread Starter fvhuizen

    (@fvhuizen)

    Hello,

    Its not very clear to me while watching your feature page which benefits exactly are at the pro version, so its hard to decide.
    An other question is, can i use two languages in the Pro version so e.g. English and Dutch?

    Best regards
    Frans van Huizen

    “Always searching for new challenges”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to add more testimonials’ is closed to new replies.