Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
and also can the h1 tags be configured so that they are only h1 when actually viewing the node and h2 will browsing the node under taxonomy terms and on the homepage. So basically configure so there is always only 1 h1 tag per page
Comments
Comment #1
JubW commentedand also can the h1 tags be configured so that they are only h1 when actually viewing the node and h2 will browsing the node under taxonomy terms and on the homepage. So basically configure so there is always only 1 h1 tag per page
Comment #2
Jeff Burnz commentedModify node.tpl.php
Where you see this:
Replace it with this:
Then...
In style.css look to line 490 and replace code for .node h2.title { etc etc} with this:
Comment #3
Jeff Burnz commented