I have a fix for this, if anyone knows how to get the author to make it official let me know. In wordpress dashboard go to plugins then editor and choose the top right menu of editing WoW Guild Armory roster.
Then in the right list you want to edit ‘guild-armory-roster/php/class.characters.php’
Then search for the following line:
$output .= “<td width=’20’>name.”/advanced’ target=’_blank’><div class=’class-small wow_icon_16x16′></div></td>”;
and change it to:
$output .= “<td width=’20’>realm.”/”.$char->name.”/advanced’ target=’_blank’><div class=’class-small wow_icon_16x16′></div></td>”;
The key difference is that in the url we changed $options[‘server’] to $char->realm
This makes it so that the character specific realm is used in the link.
Hope that helps (it took my WP page a few minutes for the cache to clear and the new links to start showing up)