Php function
function news_excerpt($full_text, $letter_count = 50){
$full_text = trim($full_text);
$full_text = strip_tags($full_text);
$full_text = strip_shortcodes($full_text);
$full_text = mb_substr($full_text, 0, $letter_count);
$full_text = $full_text."...";
return $full_text;
}
Html
<?php echo news_excerpt(get_the_content(),100);?>
Subscribe to:
Post Comments (Atom)
Featured Post
Make money online
https://www.wpbeginner.com/beginners-guide/make-money-online/?fbclid=IwAR0_9_5aHmbB4rDisaPevdnO4uAgo0N9heHgPu1TjerjurE5ilD2NyzeB2A
Popular Posts
-
DALCHOKI AS "BHEDETAAR" OF KATHMANDU Dalchoki is a village development committee in Lalitpur District in the Bagmati Zone of Ce...
No comments:
Post a Comment