I did, and i have following code in the index.php in TEMPLATE file:
<?php
if (function_exists('display_news_items')) {
display_news_items(0, 2, 50, 1, '', 'read more', 'no news', false);
} else {
echo '<p>not set.</p>';
} ?>
but I get only news title and read more text, without short part or any link to news..(in title and read more)
Advice ?