2 johnnyeng Aug 05, 2011 23:46

You can add a "title" attribute to generated links, just pass post title as param to "archive_link" method. Then catch it and display
return '<a rel="nofollow" title="'.$post_title.'" href="'.regenerate_url( $this->context_isolation, $url_params ).'">'.format_to_output($text).'</a>';
Thought I'd bump this again. Someone asked about it. Any ideas out there?
Thanks much. :)