Hi,
Is there a way to change the H2 headline on top of the article to H1 Headline?
teitbite wrote:Hi
Please tell me what type of content are You using, K2 articles or joomla articles and tell me the url to page where I'll be able to see an example of that.
<?php if ($params->get('show_title')) : ?>
<h1 itemprop="name">
<?php echo $this->escape($this->item->title); ?>
</h1>
<?php endif; ?>
echo '<h2 id="gkPageTitle" class="gkPage"><span>' . $header_text . '</span></h2>';