Hello
I am trying to customise a WP theme and use Mark A Shields breadcrumbs navigation (http://markashields.com/) at the same time. I am also trying to make it xhtml compliant.
The problem is that the breadcrumbs script creates an id that is then used for the post title. When I validate I get:
Line 68, column 27: ID "post-24" already defined
<h3 class="storytitle" id="post-24"><a href="http:...
Line 58, column 283: ID "post-24" first defined here
...tag">Case Studies</a> > <span id="post-24"><a href="http://
Is there any way around this? I am teaching myself CSS at the same time as doing this so its all a bit confusing.
Cheers
Andy
Line 68, column 27: ID "post-24" already defined