Tagged: popular post widget, sidebar, widgets
How do I increase the character count of the titles in the popular/recent post widget? They keep getting cut off with a …
https://thedownlo.com/adventure-travel/absolutely-everything-you-need-to-know-about-hiking-havasupai-falls-from-securing-permits-to-things-you-never-thought-to-ask-plus-detailed-packing-list/ >> sidebar for example
Hey laurenmonitz,
Please have a look at the following thread:
https://kriesi.at/support/topic/latest-news-widget-shorten-title-length/
If you need further assistance please let us know.
Best regards,
Victoria
This is the opposite of what I’m trying to do. He’s trying to shorten the title text — I am looking to lengthen the character count so they stop getting cutoff. Please advise.
Hi laurenmonitz,
Oh… sorry.
You need to find this code in the file /enfold/framework/php/class-framework-widgets.php
echo "<strong class='news-headline'>".avia_backend_truncate(get_the_title(), 55," ");
and change it to this:
echo "<strong class='news-headline'>".get_the_title();
Best regards,
Victoria