I have investigate the issue of having 2 h1 tags throughout the Twenty Eleven theme and have found these instructions by Kevin Muldoon. However, my child theme already calls 2 variables:
- I have modified the code to replace/remove all the standard header images from the template per this post.
- I already have a line of code in my header.php that instructs the entire <hgroup> to not display on 2 particular pages.
I am having trouble figuring out where/how to modify Kevin's code from his blog post listed above for my situation.
Here is an excerpt of my header.php file:
[Code moderated as per the Forum Rules. Please use the pastebin]
I am very good at following instructions but unfortunately, do not know any php coding. Any help is greatly appreciated!