Read more…
-
Issue with cyrillic characters. It was cut with question mark: “Сколько сл?…”
wp-content\plugins\ideapush\inc\shortcode\idea-list-items.php
has line
> $html .= ‘<span class=”idea-item-content”>’.substr (strip_tags($ideaPost->post_content),0,200).'</span>’.$readMore;
it’s better to use
$html .= ‘<span class=”idea-item-content”>’.mb_substr (strip_tags($ideaPost->post_content),0,200).'</span>’.$readMore;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Read more…’ is closed to new replies.