• Resolved moviezzworld

    (@moviezzworld)


    Hi anyone help me to short my post title in home page.

    I need to display limited characters as title and remaining will displayed as “…”

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Richie KS

    (@rkcorp)

    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);

    Thread Starter moviezzworld

    (@moviezzworld)

    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

    Theme Author Richie KS

    (@rkcorp)

    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.

    Thread Starter moviezzworld

    (@moviezzworld)

    I checked in my theme “home-feat-cat.php” this line “h2 class=’post-title with the_title();” not available there

    Thread Starter moviezzworld

    (@moviezzworld)

    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});
    });
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Home Page Post Title Shorter’ is closed to new replies.