on my old joomla website i was using the following code
inside the default.php to call-display the article title in other position of the page:
inside the default.php to call-display the article title in other position of the page:
Code:
<h1 itemprop="nameer" style="font-size: 17px;letter-spacing: -0.4px;padding-top: 10px;padding-bottom: 8px;width: 848px;float: none;"> <?php if ($params->get('show_title')) : ?><?php if ($params->get('link_titles') && !empty($this->item->readmore_link)) : ?><?php echo $this->escape($this->item->title); ?><?php else : ?><?php echo $this->escape($this->item->title); ?><?php endif; ?><?php endif; ?></h1>
Statistics: Posted by joomlerGR — Sat Apr 20, 2024 9:47 pm