Posts

How to reduce post exerpt and add read more link ?

[Splash] How to reduce post exerpt ? How to reduce post exerpt on homepage ? And how to add read more link in homepage in post exerpts ? 0 David.C WP Ninja Support 1,070 6,354 posts Posted 4 hours ago Hello, To remove the ellipsis, kindly do the following: 1. Create a child theme of the Splash theme. 2. Inside the child theme's directory, create a functions.php file and paste the following  <? php function mts_excerpt ( $limit = 40 ) { return esc_html ( mts_truncate ( get_the_excerpt (), $limit , 'words' , '' ) ); } Thank you MistaPrime Super Moderator Support 3,633 59,082 posts ...
Recent posts