$title_attributes(node) -> $content_attributes(field). Example rdf attributes(now not exist in field title)
$node.tpl.php
<?php if ($title): ?>
<h1<?php print $title_attributes; ?>>
<a href="<?php print $node_url; ?>" rel="bookmark"><?php print $title; ?></a>
</h1>
<?php endif; ?>
field.tpl.php
<div class="field-items"<?php print $content_attributes; ?>>
Or add attribute in wrapper title
Comments
Comment #1
swentel commentedrelated to #1388008: Allow custom attributes on DS field wrappers + affixes
Comment #1.0
swentel commentedOr in wrapper