You are in the category: Home:
/* обрезка заголовка */
function get_short_title($maxchar = 300){
$title = get_the_title();
if( iconv_strlen($title, 'utf-8') < $maxchar )
return $title;
$title = iconv_substr( $title, 0, $maxchar, 'utf-8' );
$title = preg_replace('@(.*)\s[^\s]*$@s', '\\1 ...', $title); //убираем последнее слово, ибо оно в 99% случаев неполное
return $title;
}
?>

Interview with a citation Step 1 Is the interview personal or published? Of course, your job is much easier if the interview is personal (you only need to know who, whom and where), while with the published one you need to provide the publication (printed or online). But that is not... More

Keep your tires properly inflated to save you money, lower emssions and increase your safety Checking your tire pressure is simple, quick and is something everyone should make a habit of doing. Tires naturally loss pressure over time and so their pressure should be checked once a month. When... More