$content=get_the_content();
$words = explode(" ", $content);
$first = join(" ", array_slice($words, 0, 50));
echo $first;
$words = explode(" ", $content);
$first = join(" ", array_slice($words, 0, 50));
echo $first;
In Finnish, the imperfekti is the past tense that describes actions that happened in the past, like the English simple past (e.g., "I ...
No comments:
Post a Comment