Hello kinggeneral,
Its fine in our demo,Can you please provide us the link of your site, so that it will be easy for us to figure out your issues.
Thank you,
in my case . i am using polylang ( the newest polylang Version 2.1.5 ) for multi language,
and this happen,
**but for the “Quality Welcome Message” that have character limiter, i place it for 150 words and its works fine.
only happen in widget at front page
link : https://prnt.sc/fp51dg
-
This reply was modified 8 years, 11 months ago by
kinggeneral. Reason: add link screenshot
hi, finally i can do it so it’s good to see without ‘…’ in every description text
i add this line : in every page of your templates.
<?php echo esc_html( wp_trim_words(get_the_content(), 255) ); ?>
so it will only trim when it reach 255 words.
Hello kinggeneral,
Thank you so much, i will check it and update in our theme soon.
Thank you,