$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;
Wordpress error log code: if ( ! function_exists ( 'write_log' ) ) { function write_log ( $data ) { if ( defined ( '...
No comments:
Post a Comment