Closed wast closed 4 years ago
Instead of <p>{!! mb_strimwidth($post->post_body_output(), 0, 400, "...") !!}</p> I want <p>{!! $post->post_body_output() !!}</p>
<p>{!! mb_strimwidth($post->post_body_output(), 0, 400, "...") !!}</p>
<p>{!! $post->post_body_output() !!}</p>
What do you think if this was configurable?
thanks @wast let me check it
@wast thank you so much, the feature is added no: v7.2.2
Instead of
<p>{!! mb_strimwidth($post->post_body_output(), 0, 400, "...") !!}</p>
I want<p>{!! $post->post_body_output() !!}</p>
What do you think if this was configurable?