rhythmofthecosmos
Member
Posted 2 years ago #
Hi,
For some reason am having my main title show up as a heading in my main content..
http://www.leehughes.co.uk/multimedia/video/
Video is below the header
Photography
http://www.leehughes.co.uk/multimedia/photography/
This is only happening on pages in which I don't have a sidebar which I use a different template.
I have gone into my code and deleted
<h2><?php the_title(); ?></h2>
Yet this does nothing..
Any more thoughts?
thanks
All the pages look the same to me, so I don't quite see what the error is?
Sure it's not a browser css cache thing?
harjeet singh
Member
Posted 2 years ago #
Saw your site and the problem is in your header. Just find the below code
<div id="header">
<div id="blog-name"><h1><a href="http://www.leehughes.co.uk/">The adventure of a lifetime</a></h1></div>
</div>
and check what u have mentioned in place of
<a href="http://www.leehughes.co.uk/">The adventure of a lifetime</a>
rhythmofthecosmos
Member
Posted 2 years ago #
Just checked the page and they have gone now
erkk
Gonna clear my cache :)