f (isset($story['title']) && !empty($story['title']) && $wo['config']['useSeoFrindly'] == 1) {
$story['url'] = Wo_SeoLink('index.php?link1=post&id=' . $story['id']) . '_' . Wo_SlugPost($story['title']);
} else {
$story['url'] = Wo_SeoLink('index.php?link1=post&id=' . $story['id']);
}