Span data-titles not working?
-
Hi guys!
This is a sample of my code:
<div class="container"> <span data-title="I have a wonderful title!">This is item</span> <span data-title="These titles are shown only using CSS, no JavaScript is used!">This is item</span> </div>However, WordPress processes it as:
<div class="container"> <span>This is item</span> <span>This is item</span> </div>Am I not allowed to use these attributes?
The blog I need help with is: (visible only to logged in users)
- The topic ‘Span data-titles not working?’ is closed to new replies.