Hi,
GK title overay widget fuctions to view title and excerpt on image.
But excerpt is viewed not only post but also html code.
So I want to display only title, or not to display html code.
How ?
$art_text = preg_replace('@\[.+?\]@mis', '', $art_text);
$art_text = $this->cut_text('text', strip_tags($this->wdgt_results[0][0]->post_content));