How do I add an alt/title attribute this link that is generated by WP? I just want it to say something like "Comments" or "Leave or Read Comments" when you mouseover the link.
<?php comments_popup_link('(0)', '(1)', '(%)'); ?>
How do I add an alt/title attribute this link that is generated by WP? I just want it to say something like "Comments" or "Leave or Read Comments" when you mouseover the link.
<?php comments_popup_link('(0)', '(1)', '(%)'); ?>
From looking at the Codex, it doesn't look like WordPress allows you to do that.
This topic has been closed to new replies.