• Resolved rudegoose

    (@rudegoose)


    Hello, I would love to be able to use the post masonry block to display testimonials, but the 50 word excerpt limit is getting in the way. Is there a way to increase that limit to maybe a couple of hundred words, or ideally, just to have the option to display full content instead of the excerpt? I could think of so many applications for the block if that limitation were lifted. Thank you!

    • This topic was modified 5 years, 1 month ago by rudegoose.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rudegoose

    (@rudegoose)

    Ah I found your code to display HTML in the excerpt and it works perfectly for this too as it effectively displays the whole post. Perfect!

    add_filter('uagb_single_post_excerpt_masonry', function($excerpt, $id, $attr) {
    	return get_the_content();
    },10, 3 );
    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @rudegoose

    Glad to hear that the issue is resolved and yes, the solution found is correct. ??

    Regards,
    Suman

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post masonry – increase excerpt length or display full post’ is closed to new replies.