Hi,
Where can I change the categories title tag from h2 to h1?
Root -> Components -> com_jomclassifieds -> views -> categories -> tmpl -> default_grid.php
Root -> Components -> com_jomclassifieds -> views -> categories -> tmpl -> default_tree.php
Root -> Components -> com_jomclassifieds -> views -> category -> tmpl -> default_list.php
Root -> Components -> com_jomclassifieds -> views -> category -> tmpl -> default_grid.php Find the below code:
<h2><?php echo $this->escape($this->params->get('page_heading')); ?></h2>
Replace the <h2></h2> tag to <h1></h1> and check.
Thanks