Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • benvito Friend
    #183098

    Hello,

    Articles title are in <h2>.
    Where can i change it to <h1> ?
    I can’t find the way to do that.

    Thank U the team !

    Luna Garden Moderator
    #476267

    Hello Benvito,

    I can see that only in Category Blog page, articles title are in <h2> tag.

    So in order to change the header tag, please copy folder <blockquote>com_content</blockquote>

    from <blockquote>pluginssystemjat3v3t3v3basehtml</blockquote>

    to <blockquote>templatesja_merohtml</blockquote>

    Open this file: <blockquote>templatesja_merohtmlcom_contentcategoryblog_item.php</blockquote>

    Find these lines
    <blockquote><h2 class=”article-title”>
    <?php if ($params->get(‘link_titles’) && $params->get(‘access-view’)) : ?>
    <a href=”<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid)); ?>”> <?php echo $this->escape($this->item->title); ?></a>
    <?php else : ?>
    <?php echo $this->escape($this->item->title); ?>
    <?php endif; ?>
    </h2></blockquote>

    Change to:

    <blockquote><h1 class=”article-title”>
    <?php if ($params->get(‘link_titles’) && $params->get(‘access-view’)) : ?>
    <a href=”<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid)); ?>”> <?php echo $this->escape($this->item->title); ?></a>
    <?php else : ?>
    <?php echo $this->escape($this->item->title); ?>
    <?php endif; ?>
    </h1></blockquote>

    Hope this helps.

    benvito Friend
    #476349

    Thank you Luna…

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  benvito 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum