1 johnnyeng Dec 14, 2010 17:13
3 sam2kb Aug 06, 2011 03:49
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. :)