plugins/news_manager/inc/functions.php
ищем функцию
function nm_create_excerpt($content)
комментируем
$content = strip_tags($content);
Теперь переводы строк, выделение жирным и пр. отображаются
plugins/news_manager/inc/functions.php
ищем функцию
function nm_create_excerpt($content)
комментируем
$content = strip_tags($content);
Теперь переводы строк, выделение жирным и пр. отображаются