I have notices that with article pages although I have the article title to show none is there unless I actually type it into the article page. How can I fix this so the article title is showing up in this template.
Thank you
gravitoso wrote:I have the same problem, I've updated the template and doesn't works. Did you fix it?
Isma
<h1 itemprop="name">
<?php if ($params->get('link_titles') && !empty($this->item->readmore_link)) : ?>
<a href="<?php echo $this->item->readmore_link; ?>" itemprop="url">
<?php echo $this->escape($this->item->title); ?>
</a>
<?php else : ?>
<?php echo $this->escape($this->item->title); ?>
<?php endif; ?>
</h1>