WP changes my class names
-
WP is change some of my class names to <div> </div> The following microdata, shortened example below:
<div class=”book”>
<div itemscope itemtype=”http://schema.org/Book”>
<div itemprop=”name”><h3>A Most Haunting Castle</h3></div>
<div itemprop=”description”> </div>
<div itemprop=”author” itemscope itemtype=”http://schema.org/Person”>
CHANGES TO…<div class=”book”>
<div>
<div>
<h3>A Most Haunting Castle</h3>
</div>
<div></div>
<div>By: Bob Mann</div>
<div>Published: 09/03/2012</div>
<div>Edition: 1st</div>Can anyone offer some guidance on this – any link that explains this oddity.
Thanks – Mike
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘WP changes my class names’ is closed to new replies.