have_posts() ) : ?>
have_posts()) : $query->the_post() ?>
>
Read the rest of this entry »

', 'arras') ); ?>
', ']]>', $content); $words = explode(' ', $content, ($limit + 1)); if(count($words) > $limit) { array_pop($words); //add a ... at last article when more than limit word count return implode(' ', $words) . '...'; } else { //otherwise return implode(' ', $words); } } /* End of file deprecated.php */ /* Location: ./library/deprecated.php */