Hello everybody,
I would like to place the date over the title.
Unfortunately, I can not find the template.
The following is displayed under catergory_item.php:
<?php if($this->item->params->get('catItemIntroText')): ?>
<!-- Item introtext -->
<div class="catItemIntroText">
<?php echo $this->item->introtext; ?>
</div>
<?php endif; ?>
See screenshot, what I would like to do.
Can someone help me?