So i've read just about every single topic on the web concerning this, yet nothing seems to fix my issue.
I have been asked to replace h2 tags with h1 tags on a customers site as part of a SEO overhaul, but joomla insist on not doing this for some reason, whenever an article contains a tag it "magically" gets replaced by a h2 when the article is rendered.
I've tried the much suggested override method in the template, with no luck so far and i've tried searching through all parts of the joomla source code looking for a function that replaces h1 with h2 so that i may get rid of it, with no luck.
So my question is, how can i get joomla to stop switching my h1 tags to h2 tags when they are put in an article? Where is this behavior defined and/or how do i override it and tell it to seize doing so?
The site is using joomla 2.5
Thanks in advance