First of all thanks for answer.
I have overwrite - also directly without the use of override, in doubt use a wrong path - this below with Your suggest
<h2 itemprop="name">
<?php if ($params->get('link_titles') && ($params->get('access-view') || $params->get('show_noauth', '0') == '1')) : ?>
<a href="<?php echo JRoute::_(
ContentHelperRoute::getArticleRoute($displayData->slug, $displayData->catid, $displayData->language)
); ?>" itemprop="url">
<?php echo substr(($this->item->title), 0, 30)."..."; ?>
</a>
<?php else : ?>
<?php echo substr(($this->item->title), 0, 30)."..."; ?>
<?php endif; ?>
</h2>
in
blog_style_default_item_title.php
no good result.
Please see
[https://www.progettoautismo.it/]
(cache is often clean)
Am I in wrong? Where?
And also why is so difficult to obtain equal result with articles in home like a module (for example minifrontpage)?
Do you suggest I write in Joomla! developer session?