I am using this code:
<div class="more_entries">
<div class="fl"><?php next_post_link('%link','%title',TRUE) ?></div>
<div class="fr"><?php previous_post_link('%link','%title',TRUE) ?></div>
</div>
How can I add tooltips to the links?
I am using this code:
<div class="more_entries">
<div class="fl"><?php next_post_link('%link','%title',TRUE) ?></div>
<div class="fr"><?php previous_post_link('%link','%title',TRUE) ?></div>
</div>
How can I add tooltips to the links?
Am I missing something obvious, or this is impossible ?
This topic has been closed to new replies.