you will need to edit the template yourself. wrap/edit the the_title() with something like this
echo dez_get_short_text(get_the_title(), 10);
hello “Richie KS” thanks for your reply.
But i’m not good in wordpress editing, can you please tell briefly where can i edit this
if you’re using featured category homepage, edit the title in lib/templates/home-feat-cat.php, search for h2 class=’post-title with the_title(); and replace with code above.
I checked in my theme “home-feat-cat.php” this line “h2 class=’post-title with the_title();” not available there
Hello Richie KS I got the solution
Just add this line in “theme\lib\scripts\custom.js”
jQuery(function() {
jQuery('.feat-title a').succinct({size:100});
});