• Hi,

    I was wondering if I can change the excerpt length. I would like the whole content from the post displayed without a limit.

    I have made an archive-testimonials.php’to edit the title, the post is displayed here…

    get_template_part( 'content', get_post_format() );

    but I cannot see where I could edit this.

    Thank you,

    Jake

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Jake.

    (@jake-1)

    Hi, I have edited the function.php to this…

    function sydney_excerpt_length( $length ) {
        
        $test_title = wp_title();
        
        if ($test_title == 'testimonials') {
            $excerpt = get_theme_mod('exc_lenght', '250');
        }
        
        else {
            $excerpt = get_theme_mod('exc_lenght', '55');
        }
        
      return $excerpt;

    If works without the if statement, but not with it. Any suggestions?

    THanks

    Hello Jake,

    It looks like your issue requires close inspection, you can hire someone for this kind of service.

    Kind Regards, Roman.

    Thread Starter Jake.

    (@jake-1)

    Thank for the response. I’ll figure it out and post here when I do.

    Okay, you are welcome.

    Kind Regards, Roman.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Testimonials Excerpt Length’ is closed to new replies.