replace article headers h4 style with h2

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Sat May 21, 2011 5:40 am
How can I change the article headers to be displayed with a h2 tag instead of the default h4 tag?

This would then align with how my articles are displayed if using the plain k2 category listing, and would be better for SEO.
User avatar
Fresh Boarder

Konrad M
Mon May 23, 2011 7:10 am
Hi
You need to go to modulesmod_news_pro_gk4tmpl folder and edit layout.parts.php
Find this:
Code: Select all

         if($config['news_header_link'] == 1)

            return '<h4 class="nspHeader'.$class.'"><a href="'.$link.'" title="'.$news_title.'">'.$title.'</a></h4>';   

         else

            return '<h4 class="nspHeader'.$class.'" title="'.$news_title.'">'.$title.'</h4>';


and change h4 to h2
User avatar


cron